Mentalis.org Security Library documentation

NameAttribute.Equals Method 

Determines whether the specified Object is equal to the current NameAttribute.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current NameAttribute; otherwise, false.

See Also

NameAttribute Class | NameAttribute Members | Org.Mentalis.Security.Certificates Namespace