[This is preliminary documentation and is subject to change.]
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality(IComparable, V) |
Overloads the "equals" operator for values
|
![]() ![]() |
Equality(V, IComparable) |
Overloads the "equals" operator for values
|
![]() ![]() |
GreaterThan(IComparable, V) |
Overloads the "greater than" operator for values
|
![]() ![]() |
GreaterThan(V, IComparable) |
Overloads the "greater than" operator for values
|
![]() ![]() |
GreaterThanOrEqual(IComparable, V) |
Overloads the "greater than or equal" operator for values
|
![]() ![]() |
GreaterThanOrEqual(V, IComparable) |
Overloads the "greater than or equal" operator for values
|
![]() ![]() |
Inequality(IComparable, V) |
Overloads the "not equals" operator for values
|
![]() ![]() |
Inequality(V, IComparable) |
Overloads the "not equals" operator for values
|
![]() ![]() |
LessThan(IComparable, V) |
Overloads the "less than" operator for values
|
![]() ![]() |
LessThan(V, IComparable) |
Overloads the "less than" operator for values
|
![]() ![]() |
LessThanOrEqual(IComparable, V) |
Overloads the "less than or equal" operator for values
|
![]() ![]() |
LessThanOrEqual(V, IComparable) |
Overloads the "less than or equal" operator for values
|