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