FMX.Grid.TGridValues.IsEqual

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsEqual(const OldValue, NewValue: TValue): Boolean; virtual;

C++

virtual bool __fastcall IsEqual(const System::Rtti::TValue &OldValue, const System::Rtti::TValue &NewValue);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Returns True if the specified values are equal or False otherwise.