FMX.Graphics.TTextSettings.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 TTextSettings

Description

Checks whether all text representation properties of the current TTextSettings instance and of the specified Obj object are equal.

Equals checks whether Obj has the TTextSettings type and whether the HorzAlign, VertAlign, WordWrap, Trimming, FontColor, and Font properties of the current object and Obj are equal. If the values of all these properties are equal, then Equals returns True.

See Also