LongPath.Inequality operator
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
a As LongPath, _
b As LongPath _
) As Boolean
'Usage
Dim a As LongPath
Dim b As LongPath
Dim returnValue As Boolean
returnValue = (a <> b)
public static bool operator !=(
LongPath a,
LongPath b
)
Parameters
- a
Type: Microsoft.Exchange.Data.LongPath
- b
Type: Microsoft.Exchange.Data.LongPath
Return value
Type: System.Boolean