Click or drag to resize

IRawComparerT Methods

The IRawComparerT generic type exposes the following members.

Methods
  NameDescription
Public methodCompare(T, T)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from IComparerT.)
Public methodCompare(Byte, Int32, Int32, Byte, Int32, Int32)
Compares the binary representation of two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
Extension Methods
  NameDescription
Public Extension MethodCompareT
Compares the binary representation of two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Defined by RawComparerHelper.)
Top
See Also