コード例 #1
0
 public static bool ComparerEquals <T>(T left, T right)
 {
     return(InteropExtensions.ComparerEquals <T>(left, right));
 }