HexBinary.CompareTo MethodHexBinary.CompareTo MethodHexBinary::CompareTo Method
- XmlPrime 5.0
- Other Versions ▼
Compares the current HexBinaryHexBinaryHexBinary with another HexBinaryHexBinaryHexBinary of the same type.
Parameters
- other
Type: XmlPrime.HexBinaryXmlPrime.HexBinaryXmlPrime::HexBinary
An HexBinaryHexBinaryHexBinary to compare with this HexBinaryHexBinaryHexBinary.
Return Value
Type: System.Int32System.Int32System::Int32
A value that indicates the relative order of the objects being compared. The return value has the following meanings:
- Less than zero indicates that the current instance is less than other.
- Zero indicates that the current instance is equal to other.
- Greater than zero indicates that the current instance is greater than other.