Mentalis.org Security Library documentation

Certificate.Equals Method (Object)

Compares two Certificate objects for equality.

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal other As Object _
) As Boolean
[C#]
public override bool Equals(
   object 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