CertificateTemplateEquals(CertificateTemplate) 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)
protected bool Equals(
CertificateTemplate other
)
Protected Function Equals (
other As CertificateTemplate
) As Boolean
protected:
bool Equals(
CertificateTemplate^ other
)
member Equals :
other : CertificateTemplate -> bool
- other CertificateTemplate
- 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.