Compare class value with the UInt64 variable

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

Syntax

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

Parameters

other
Type: System..::.UInt64
Variable to compare with

Return Value

less then 0 if if parameter is less then, 0 if paramater is equal and greater then 0 if parameter is greater then the class value

Implements

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

See Also