ByteArrayComparableCompareTo Method |
See interface docs.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int CompareTo(
byte[] other
)
Public Function CompareTo (
other As Byte()
) As Integer
public:
virtual int CompareTo(
array<unsigned char>^ other
) sealed
abstract CompareTo :
other : byte[] -> int
override CompareTo :
other : byte[] -> int
Parameters
- other
- Type: SystemByte
Return Value
Type:
Int32Implements
IComparableTCompareTo(T)See Also