Mentalis.org Security Library documentation

Certificate.Equals Method (X509Certificate)

Compares a Certificate object and an X509Certificate object for equality.

[Visual Basic]
Overridable Overloads Public Function Equals( _
   ByVal other As X509Certificate _
) As Boolean
[C#]
public virtual bool Equals(
   X509Certificate other
);

Parameters

other
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

Certificate Class | Org.Mentalis.Security.Certificates Namespace | Certificate.Equals Overload List