Compartir a través de


IPRange.Contains Method (IPvxAddress)

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

Syntax

'Declaration
Public Function Contains ( _
    ipAddress As IPvxAddress _
) As Boolean
'Usage
Dim instance As IPRange
Dim ipAddress As IPvxAddress
Dim returnValue As Boolean

returnValue = instance.Contains(ipAddress)
public bool Contains(
    IPvxAddress ipAddress
)

Parameters

Return Value

Type: System.Boolean