C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / Equals Method
The object to compare with the current object.

In This Topic
Equals Method (C1HyperlinkTextAttrs)
In This Topic
Determines whether the specified object is equal to the current object. This method compares properties on the two objects.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The object to compare with the current object.

Return Value

true if the specified Object is equal to the current object; otherwise, false.
See Also