LongPath.Equality Operator
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.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
)
Return Value
Type: System.Boolean