Base64Binary.CompareTo MethodBase64Binary.CompareTo MethodBase64Binary::CompareTo Method
- XmlPrime 5.0
- Other Versions ▼
Syntax
Public Function CompareTo( _ other As Base64Binary _ ) As Integer
public int CompareTo( Base64Binary other )
public: virtual int CompareTo( Base64Binary other ) sealed
Parameters
- other
Type: XmlPrime.Base64BinaryXmlPrime.Base64BinaryXmlPrime::Base64Binary
An Base64BinaryBase64BinaryBase64Binary instance to compare with this instance.
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 this instance is less than other.
- Zero indicates that this instance is equal to other.
- Greater than zero indicates that this instance is greater than other.