E164Number.Equals method (E164Number)
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 _
) As Boolean
'Usage
Dim instance As E164Number
Dim other As E164Number
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
E164Number other
)
Parameters
Return value
Type: System.Boolean