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