Click or drag to resize

CertIDEquals Method (CertID)

Compares two CertID objects for equality.

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool Equals(
	CertID obj
)

Parameters

obj
Type: PKI.OCSPCertID
An CertID object to compare to the current object.

Return Value

Type: Boolean
true if the current CertID object is equal to the object specified by the other parameter; otherwise, false.
Remarks
Two objects are considered equal if they are CertID objects and they have the same fields: HashAlgorithm, IssuerNameId, IssuerKeyId and SerialNumber.
See Also