Compares two Certificate objects 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(
	Certificate other
)
Visual Basic
Public Overridable Function Equals ( _
	other As Certificate _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Certificate^ other
)

Parameters

other
Type: LLCryptoLib.Security.Certificates..::..Certificate
A Certificate 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