Click or drag to resize

CertificateTemplateEquals Method (Object)

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
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
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