CertIDEquals(CertID) Method

Compares two CertID objects for equality.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public bool Equals(
	CertID obj
)

Parameters

obj  CertID
An CertID object to compare to the current object.

Return Value

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