Share via


ProxyAddressBase.Equality operator

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    a As ProxyAddressBase, _
    b As ProxyAddressBase _
) As Boolean
'Usage
Dim a As ProxyAddressBase
Dim b As ProxyAddressBase
Dim returnValue As Boolean

returnValue = (a = b)
public static bool operator ==(
    ProxyAddressBase a,
    ProxyAddressBase b
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

ProxyAddressBase class

ProxyAddressBase members

Microsoft.Exchange.Data namespace