public static bool IsGreaterThanOrEqualTo(this XYZ one, XYZ two) { return(!one.IsLessThanOrEqualTo(two)); }