Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
a As E164Number, _
b As E164Number, _
snOnly As Boolean _
) As Boolean
'Usage
Dim a As E164Number
Dim b As E164Number
Dim snOnly As Boolean
Dim returnValue As Boolean
returnValue = E164Number.Equals(a, b, snOnly)
public static bool Equals(
E164Number a,
E164Number b,
bool snOnly
)
Parameters
- snOnly
Type: System.Boolean
Return value
Type: System.Boolean