Click or drag to resize

OpenXmlComparableSimpleValueT Operators

The OpenXmlComparableSimpleValueT type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the specified operands are equal.
Public operatorStatic memberGreaterThan(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the left operand is greater than the right operand.
Public operatorStatic memberGreaterThanOrEqual(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the left operand is greater than or equal to the right operand.
Public operatorStatic memberInequality(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the specified operands are not equal.
Public operatorStatic memberLessThan(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the left operand is less than the right operand.
Public operatorStatic memberLessThanOrEqual(OpenXmlComparableSimpleValueT, OpenXmlComparableSimpleValueT) Determines whether the left operand is less than or equal to the right operand.
Top
See Also