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