Click or drag to resize

PairTKey, TValue Operators

The PairTKey, TValue type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(PairTKey, TValue, PairTKey, TValue) Determines whether two specified PairTKey, TValue objects have the same value.
Public operatorStatic memberGreaterThan(PairTKey, TValue, PairTKey, TValue) Determines whether one specified PairTKey, TValue is greater than another specified PairTKey, TValue
Public operatorStatic memberGreaterThanOrEqual(PairTKey, TValue, PairTKey, TValue) Determines whether one specified PairTKey, TValue is greater than or equal to another specified PairTKey, TValue
Public operatorStatic memberInequality(PairTKey, TValue, PairTKey, TValue) Determines whether two specified PairTKey, TValue objects have different values.
Public operatorStatic memberLessThan(PairTKey, TValue, PairTKey, TValue) Determines whether one specified PairTKey, TValue is less than another specified PairTKey, TValue
Public operatorStatic memberLessThanOrEqual(PairTKey, TValue, PairTKey, TValue) Determines whether one specified PairTKey, TValue is less than or equal to another specified PairTKey, TValue
Top
See Also