Home
last modified time | relevance | path

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

/external/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 public static void AssertInequality<T>(T first, T second) where T : IEquatable<T> property in Google.Protobuf.EqualityTester