ADObjectId.Equals method (ADObjectId)
Determines whether the specified ADObjectId instance is equal to the current ADObjectId instance.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function Equals ( _
id As ADObjectId _
) As Boolean
'Usage
Dim instance As ADObjectId
Dim id As ADObjectId
Dim returnValue As Boolean
returnValue = instance.Equals(id)
public bool Equals(
ADObjectId id
)
Parameters
id
Type: Microsoft.Exchange.Data.Directory.ADObjectIdThe instance to compare with the current instance.
Return value
Type: System.Boolean
true if the specified ADObjectId instance is equal to the current ADObjectId instance; otherwise, false.