SendAddressIdentity.Equals Method (SendAddressIdentity)
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SendAddressIdentity _
) As Boolean
'Usage
Dim instance As SendAddressIdentity
Dim other As SendAddressIdentity
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
SendAddressIdentity other
)
Parameters
Return Value
Type: System.Boolean