'Declaration
Protected Overloads Function Equals( _ ByVal other As PkiCertificateInfo _ ) As Boolean
'Usage
Dim instance As PkiCertificateInfo Dim other As PkiCertificateInfo Dim value As Boolean value = instance.Equals(other)
protected bool Equals( PkiCertificateInfo other )
protected: bool Equals( PkiCertificateInfo^ other )
Parameters
- other
- Object to be compared.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
True if the objects are the same, otherwise false.