Determines whether the specified object is equal to the current object. Two CRLs are equal when
they have same version, type, issuer, CRL number and
ThisUpdate values.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:System.Security.Cryptography.X509Certificates.X509CRL2.Equals(System.Object)"]
Return Value
Type:
BooleanA string that represents the current object.
See Also