MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Font Class / Equals Method
The Font for comparison.

In This Topic
Equals Method (Font)
In This Topic
Performs a comparison of two Font objects by value.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
The Font for comparison.

Return Value

Returns True if the two objects are identical, otherwise False.
See Also