XsoMailboxObjectId.Equals Method (XsoMailboxObjectId)
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Overridable Function Equals ( _
other As XsoMailboxObjectId _
) As Boolean
'Usage
Dim instance As XsoMailboxObjectId
Dim other As XsoMailboxObjectId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public virtual bool Equals(
XsoMailboxObjectId other
)
Parameters
Return Value
Type: System.Boolean