RequestJobObjectId.Equals Method (RequestJobObjectId)

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Function Equals ( _
    id As RequestJobObjectId _
) As Boolean
'Usage
Dim instance As RequestJobObjectId
Dim id As RequestJobObjectId
Dim returnValue As Boolean

returnValue = instance.Equals(id)
public bool Equals(
    RequestJobObjectId id
)

Return Value

Type: System.Boolean