Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A 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.Test/
H A 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, bool checkHashcode = true) where T : IEquatable<T> property in Google.Protobuf.EqualityTester
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DIMessage.cs78 public interface IMessage<T> : IMessage, IEquatable<T>, IDeepCloneable<T> where T : IMessage<T>
H A DObjectIntPair.cs9 internal struct ObjectIntPair<T> : IEquatable<ObjectIntPair<T>> where T : class
H A DExtensionValue.cs39 internal interface IExtensionValue : IEquatable<IExtensionValue>, IDeepCloneable<IExtensionValue>
H A DJsonToken.cs37 internal sealed class JsonToken : IEquatable<JsonToken>
H A DByteString.cs52 public sealed class ByteString : IEnumerable<byte>, IEquatable<ByteString>
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs71 public sealed class MapField<TKey, TValue> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, TValue>>, IDictionary
H A DRepeatedField.cs51 public sealed class RepeatedField<T> : IList<T>, IList, IDeepCloneable<RepeatedField<T>>, IEquatable<RepeatedField<T>>

Completed in 5 milliseconds