X509CRLEntryEquals Method

Compares two X509CRLEntry objects for equality.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An X509CRLEntry object to compare to the current object.

Return Value

Boolean
True if the current X509CRLEntry object is equal to the object specified by the other parameter; otherwise, False.

Remarks

Two objects are considered equal if they are X509CRLEntry objects and they have the same serial number.

See Also