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
)
Protected Function Equals (
other As CertificateTemplate
) As Boolean
protected:
bool Equals(
CertificateTemplate^ other
)
member Equals :
other : CertificateTemplate -> bool
Parameters
- other
- Type: PKI.CertificateTemplatesCertificateTemplate
An CertificateTemplate object to compare to the current object.
Return Value
Type:
BooleanTrue 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