MapiObjectId.Equals Method (MapiObjectId)

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

Syntax

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

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

Return Value

Type: System.Boolean

Implements

IEquatable<T>.Equals(T)