IPRange.CompareTo method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    x As IPRange _
) As Integer
'Usage
Dim instance As IPRange
Dim x As IPRange
Dim returnValue As Integer

returnValue = instance.CompareTo(x)
public int CompareTo(
    IPRange x
)

Parameters

Return value

Type: System.Int32

See also

Reference

IPRange class

IPRange members

Microsoft.Exchange.Data namespace