CertificateTemplateEquals(CertificateTemplate) Method
            Compares two CertificateTemplate objects for equality.
            
Namespace: PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
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.