Compartir a través de


IPRange.Equals Method (IPRange)

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

Syntax

'Declaration
Public Function Equals ( _
    other As IPRange _
) As Boolean
'Usage
Dim instance As IPRange
Dim other As IPRange
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    IPRange other
)

Parameters

Return Value

Type: System.Boolean