Compares two Certificate objects for equality.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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.