Searched defs:IEquatable (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | EqualityTester.cs | 45 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
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| D | EqualityTester.cs | 45 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
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | EqualityTester.cs | 45 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
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | EqualityTester.cs | 45 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
|