[This is preliminary documentation and is subject to change.]

The V type exposes the following members.

Methods

  Name Description
Public method CompareTo(IComparable)
Compares this value to the specified IComparable value
Public method CompareTo(V)
Compares this value to the specified value
Public method Equals(IComparable)
Checks to see if the specified IComparable value is equal to this value
Public method Equals(Object)
Checks to see if the specified object is equal to this value
(Overrides Object..::..Equals(Object).)
Public method GetHashCode
Gets the hash code for this value
(Overrides Object..::..GetHashCode()()()().)
Public method ToString (Overrides Object..::..ToString()()()().)

Operators

  Name Description
Public operator Static member Equality(IComparable, V)
Overloads the "equals" operator for values
Public operator Static member Equality(V, IComparable)
Overloads the "equals" operator for values
Public operator Static member GreaterThan(IComparable, V)
Overloads the "greater than" operator for values
Public operator Static member GreaterThan(V, IComparable)
Overloads the "greater than" operator for values
Public operator Static member GreaterThanOrEqual(IComparable, V)
Overloads the "greater than or equal" operator for values
Public operator Static member GreaterThanOrEqual(V, IComparable)
Overloads the "greater than or equal" operator for values
Public operator Static member Inequality(IComparable, V)
Overloads the "not equals" operator for values
Public operator Static member Inequality(V, IComparable)
Overloads the "not equals" operator for values
Public operator Static member LessThan(IComparable, V)
Overloads the "less than" operator for values
Public operator Static member LessThan(V, IComparable)
Overloads the "less than" operator for values
Public operator Static member LessThanOrEqual(IComparable, V)
Overloads the "less than or equal" operator for values
Public operator Static member LessThanOrEqual(V, IComparable)
Overloads the "less than or equal" operator for values

Properties

  Name Description
Public property AsIComparable
Gets the (inner) IComparable value

See Also