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