 | PairTKey, TValue Operators |
The PairTKey, TValue type exposes the following members.
Operators | Name | Description |
---|
  | Equality(PairTKey, TValue, PairTKey, TValue) |
Determines whether two specified PairTKey, TValue objects have the same value.
|
  | GreaterThan(PairTKey, TValue, PairTKey, TValue) |
Determines whether one specified PairTKey, TValue is greater than another specified PairTKey, TValue |
  | GreaterThanOrEqual(PairTKey, TValue, PairTKey, TValue) |
Determines whether one specified PairTKey, TValue is greater than or equal to another specified PairTKey, TValue |
  | Inequality(PairTKey, TValue, PairTKey, TValue) |
Determines whether two specified PairTKey, TValue objects have different values.
|
  | LessThan(PairTKey, TValue, PairTKey, TValue) |
Determines whether one specified PairTKey, TValue is less than another specified PairTKey, TValue |
  | LessThanOrEqual(PairTKey, TValue, PairTKey, TValue) |
Determines whether one specified PairTKey, TValue is less than or equal to another specified PairTKey, TValue |
Top
See Also