LongPath.Equality 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

Return value

Type: System.Boolean

See also

Reference

LongPath class

LongPath members

Microsoft.Exchange.Data namespace