Beispiel #1
0
 public static bool IsEquals <T>(T x, T y)
 {
     return(DefaultComparer.IsEquals(x, y));
 }