Exemplo n.º 1
0
 public static bool IsGreaterThanOrEqualTo(this XYZ one, XYZ two)
 {
     return(!one.IsLessThanOrEqualTo(two));
 }