Compare class contents with the address stored in the supplied IPAddress class.

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 contents are the same, -1 if current class is less or 1 if greater then supplied class.

Implements

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

See Also