Share via


ProxyAddressPrefix.Equality Operator

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

Syntax

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

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

Return Value

Type: System.Boolean