Click or drag to resize

X509CRL2Equals Method

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
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:System.Security.Cryptography.X509Certificates.X509CRL2.Equals(System.Object)"]

Return Value

Type: Boolean
A string that represents the current object.
See Also