X509CRLEntryEquals Method
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- An X509CRLEntry object to compare to the current object.
BooleanTrue if the current
X509CRLEntry object is equal to the object specified
by the other parameter; otherwise,
False.
Two objects are considered equal if they are X509CRLEntry objects and they have the same
serial number.