Compare class value with the UInt64 variable

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

Parameters

other
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