CertificateTemplateEquals(Object) Method
Compares two CertificateTemplate objects for equality.
Namespace: PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
- other Object
- An CertificateTemplate object to compare to the current object.
BooleanTrue if the current
CertificateTemplate object is equal to the object specified by the other parameter;
otherwise,
False.
Two objects are considered equal if they are CertificateTemplate objects and they have the same
name and OID values.