public static bool ComparerEquals <T>(T left, T right) { return(InteropExtensions.ComparerEquals <T>(left, right)); }