Compartir a través de


LongPath.Equals Method (LongPath)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.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

Implements

IEquatable<T>.Equals(T)