LongPath.Equals method (LongPath)

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

Syntax

'Declaration
Public Function Equals ( _
    value As LongPath _
) As Boolean
'Usage
Dim instance As LongPath
Dim value As LongPath
Dim returnValue As Boolean

returnValue = instance.Equals(value)
public bool Equals(
    LongPath value
)

Parameters

Return value

Type: System.Boolean

See also

Reference

LongPath class

LongPath members

Equals overload

Microsoft.Exchange.Data namespace