E164Number.Equals method (E164Number, Boolean)
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Function Equals ( _
other As E164Number, _
snOnly As Boolean _
) As Boolean
'Usage
Dim instance As E164Number
Dim other As E164Number
Dim snOnly As Boolean
Dim returnValue As Boolean
returnValue = instance.Equals(other, snOnly)
public bool Equals(
E164Number other,
bool snOnly
)
Parameters
- snOnly
Type: System.Boolean
Return value
Type: System.Boolean