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