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