Mentalis.org Security Library documentation

Certificate.Equals Method (Certificate)

Compares two Certificate objects for equality.

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

Parameters

other
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

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