Partilhar via


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
)

Return Value

Type: System.Boolean