DistinguishedName.Equals Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | Object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | True if equal; false if not equal. |