Compartir a través de


ADObjectId.Equals Method

Include Protected Members
Include Inherited Members

Determines whether two ADObjectId instances are equal.

Overload List

  Name Description
Public method Equals(ADObjectId) Determines whether the specified ADObjectId instance is equal to the current ADObjectId instance.
Public methodStatic member Equals(ADObjectId, ADObjectId) Determines whether the specified ADObjectId instances are considered equal.
Public method Equals(Object) Determines whether the current ADObjectId instance is equal to the specified object. (Overrides Object.Equals(Object).)
Public method Equals(String) Determines if the specified string represents an identifier for the current ADObjectId instance.

Top

Remarks

When determining equality, the Equals() method first compares the ObjectGuid property, and then if necessary, compares the DistinguishedName property.