Base64Binary.CompareTo MethodBase64Binary.CompareTo MethodBase64Binary::CompareTo Method

Compares the current Base64BinaryBase64BinaryBase64Binary with another instance of the same type.

Syntax

Public Function CompareTo( _
    other As Base64Binary _
) As Integer
public int CompareTo(
    Base64Binary other
)
public:
virtual int CompareTo(
    Base64Binary other
) sealed
 

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.