Base64Binary.Compare MethodBase64Binary.Compare MethodBase64Binary::Compare Method
- XmlPrime 4.1
- Other Versions ▼
Parameters
- value1
Type: System.Byte[]System.Byte()
array
<System::Byte>^- value2
Type: System.Byte[]System.Byte()
array
<System::Byte>^
Return Value
Type: System.Int32System.Int32System::Int32
A signed number that indicates the relative order of value1 and value2. The return value has the following meanings:
- Less than zero indicates that value1 is less than value2.
- Zero indicates that value1 is equal to value2.
- Greater than zero indicates that value1 is greater than value2.