ADObjectId.Equals Method
Include Protected Members
Include Inherited Members
Determines whether two ADObjectId instances are equal.
Overload List
Name | Description | |
---|---|---|
Equals(ADObjectId) | Determines whether the specified ADObjectId instance is equal to the current ADObjectId instance. | |
Equals(ADObjectId, ADObjectId) | Determines whether the specified ADObjectId instances are considered equal. | |
Equals(Object) | Determines whether the current ADObjectId instance is equal to the specified object. (Overrides Object.Equals(Object).) | |
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.