CertIDEquals(CertID) Method
Compares two CertID objects for equality.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
public bool Equals(
CertID obj
)
Public Function Equals (
obj As CertID
) As Boolean
public:
bool Equals(
CertID^ obj
)
member Equals :
obj : CertID -> bool
- obj CertID
- An CertID object to compare to the current object.
Booleantrue if the current CertID object is equal to the object specified by the other parameter; otherwise, false.
Two objects are considered equal if they are CertID objects and they have the same fields:
HashAlgorithm, IssuerNameId, IssuerKeyId and SerialNumber.