Compartir a través de


MailboxId.Equals Method (MapiObjectId)

Determines whether two specified mailbox identifiers are equal.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    other As MapiObjectId _
) As Boolean
'Usage
Dim instance As MailboxId
Dim other As MapiObjectId
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override bool Equals(
    MapiObjectId other
)

Parameters

Return Value

Type: System.Boolean
true if the two objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)