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
- other
Type: Microsoft.Exchange.Data.IPRange
Return value
Type: System.Boolean