Compare class to another MutableByte class.

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

Syntax

C#
public int CompareTo(
	MutableByte other
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	other As MutableByte _
) As Integer
Visual C++
public:
virtual int CompareTo(
	MutableByte^ other
) sealed

Parameters

other
Type: SnmpSharpNet..::.MutableByte
Class to compare with

Return Value

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

Implements

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

See Also