Compare implementation that will compare this class value with argument UInt32 value.

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(
	uint other
)
Public Function CompareTo ( _
	other As UInteger _
) As Integer
public:
virtual int CompareTo(
	unsigned int other
) sealed

Parameters

other
UInt32
UInt32 value to compare class value with.

Return Value

True if values are the same, otherwise false

Implements

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

See Also