Ejemplo n.º 1
0
 public static bool IsGreaterThan(this XYZ xyz1, XYZ xyz2)
 {
     return(!xyz1.IsLessThan(xyz2));
 }