Compare class value with the value of the second class

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

Syntax

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

Parameters

other
Type: SnmpSharpNet..::.Counter64
Class whose value we are comparing 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