Compare class to a byte[] array.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int CompareTo(
	byte[] other
)
Public Function CompareTo ( _
	other As Byte() _
) As Integer
public:
virtual int CompareTo(
	array<unsigned char>^ other
) sealed

Parameters

other
array< Byte >[]()[]
Byte array to compare with

Return Value

-1 if class is less then, 0 if equal or 1 if greater then array it's compared against

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

See Also