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

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

Syntax

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

Parameters

other
Type: System..::.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