Partilhar via


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
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)