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
)
Public Function Equals (
obj As CertID
) As Boolean
public:
bool Equals(
CertID^ obj
)
member Equals :
obj : CertID -> bool
Parameters
- obj
- Type: PKI.OCSPCertID
An CertID object to compare to the current object.
Return Value
Type:
Booleantrue 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