Home
last modified time | relevance | path

Searched refs:IEquatable (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DEqualityTester.cs45 public static void AssertEquality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
52 …atic void AssertInequality<T>(T first, T second, bool checkHashcode = true) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DEqualityTester.cs45 public static void AssertEquality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
52 public static void AssertInequality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
/third_party/protobuf/csharp/src/Google.Protobuf/
DIMessage.cs78 public interface IMessage<T> : IMessage, IEquatable<T>, IDeepCloneable<T> where T : IMessage<T>
DObjectIntPair.cs9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class
DJsonToken.cs37 internal sealed class JsonToken : IEquatable<JsonToken>
DExtensionValue.cs39 … internal interface IExtensionValue : IEquatable<IExtensionValue>, IDeepCloneable<IExtensionValue>
DByteString.cs52 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs51 … RepeatedField<T> : IList<T>, IList, IDeepCloneable<RepeatedField<T>>, IEquatable<RepeatedField<T>>
DMapField.cs71 …> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, T…