Compares a Certificate object and an X509Certificate object for equality.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public virtual bool Equals(
	X509Certificate other
)
Visual Basic
Public Overridable Function Equals ( _
	other As X509Certificate _
) As Boolean
Visual C++
public:
virtual bool Equals(
	X509Certificate^ other
)

Parameters

other
Type: System.Security.Cryptography.X509Certificates..::..X509Certificate
An X509Certificate object to compare to the current object.

Return Value

true if the current Certificate object is equal to the object specified by other; otherwise, false.

See Also