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
- other
Type: Microsoft.Exchange.Data.Mapi.MapiObjectId
An object identifier to be compared with the current mailbox identifier.
Return Value
Type: System.Boolean
true if the two objects are equal; otherwise, false.
Implements
See Also