CertificateTemplateEquals(Object) Method

Compares two CertificateTemplate objects for equality.

Definition

Namespace: PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public override bool Equals(
	Object other
)

Parameters

other  Object
An CertificateTemplate object to compare to the current object.

Return Value

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