Share via


ProxyAddressTemplate.Inequality operator

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

Syntax

'Declaration
Public Shared Operator <> ( _
    a As ProxyAddressTemplate, _
    b As ProxyAddressTemplate _
) As Boolean
'Usage
Dim a As ProxyAddressTemplate
Dim b As ProxyAddressTemplate
Dim returnValue As Boolean

returnValue = (a <> b)
public static bool operator !=(
    ProxyAddressTemplate a,
    ProxyAddressTemplate b
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ProxyAddressTemplate class

ProxyAddressTemplate members

Microsoft.Exchange.Data namespace