Searched defs:IEquatable (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ | ||
H A 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 |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ | ||
H A 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, bool checkHashcode = true) where T : IEquatable<T> property in Google.Protobuf.EqualityTester |
Completed in 1 milliseconds