Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Overlaps ( _
ipRange As IPRange _
) As Boolean
'Usage
Dim instance As IPRange
Dim ipRange As IPRange
Dim returnValue As Boolean
returnValue = instance.Overlaps(ipRange)
public bool Overlaps(
IPRange ipRange
)
Parameters
- ipRange
Type: Microsoft.Exchange.Data.IPRange
Return value
Type: System.Boolean