Click or drag to resize

CertificateTemplateEquals Method (CertificateTemplate)

Compares two CertificateTemplate objects for equality.

Namespace:  PKI.CertificateTemplates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
protected bool Equals(
	CertificateTemplate other
)

Parameters

other
Type: PKI.CertificateTemplatesCertificateTemplate
An CertificateTemplate object to compare to the current object.

Return Value

Type: Boolean
True if the current CertificateTemplate object is equal to the object specified by the other parameter; otherwise, False.
Remarks
Two objects are considered equal if they are CertificateTemplate objects and they have the same name and OID values.
See Also