Compartir a través de


MapiEntryId.Equals Method (MapiEntryId)

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

Syntax

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

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

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)