Compartilhar via


ADObjectId.Equals method

Determines whether two ADObjectId instances are equal.

Overload list

  Name Description
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 whether the specified string represents an identifier for the current ADObjectId instance.
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.

Top

Remarks

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

See also

Reference

ADObjectId class

ADObjectId members

Microsoft.Exchange.Data.Directory namespace