Compartir a través de


MapiFolderPath.Equals Method (MapiFolderPath)

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

Syntax

'Declaration
Public Function Equals ( _
    other As MapiFolderPath _
) As Boolean
'Usage
Dim instance As MapiFolderPath
Dim other As MapiFolderPath
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    MapiFolderPath other
)

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)