FMX.Graphics.TFont.Equals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Equals(Obj: TObject): Boolean; override;

C++

virtual bool __fastcall Equals(System::TObject* Obj);

Properties

Type Visibility Source Unit Parent
function public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFont

Description

Checks whether the font size, font family, and font style properties of the current TFont instance and of the specified Obj object are equal.

Equals checks whether Obj has the TFont type and whether the font size, font family, and font style properties of the current object and Obj are equal.

See Also