Compare two IpAddress classes

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

Parameters

other
IpAddress
IpAddress class to compare with

Return Value

0 if classes are the same, -1 if current class is less then or 1 if greater then the class we are comparing against.

Implements

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

See Also