X509CRLEntryEquals Method
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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.