Compartir a través de


MailboxId.Equals Method (Object)

Determines whether a specified mailbox identifier is equal to the specified object.

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

Syntax

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

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

  • obj
    Type: System.Object
    The object to be compared with the specified mailbox indentifier.

Return Value

Type: System.Boolean
true if the object is equal to this mailbox identifier; otherwise, false.