[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Font.Equals

Equals Method

Equals(object)

Performs a comparison of two Font objects by value.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The Font for comparison.

Returns
Type Description
bool

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

Overrides