Compartir a través de


NetworkAddress.CompareTo Method (NetworkAddress)

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

Syntax

'Declaration
Public Function CompareTo ( _
    other As NetworkAddress _
) As Integer
'Usage
Dim instance As NetworkAddress
Dim other As NetworkAddress
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    NetworkAddress other
)

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)