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
- value
Type: Microsoft.Exchange.Data.LongPath
Return value
Type: System.Boolean