System.Types.TRectF._sameValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

static bool __fastcall _sameValue(float a, float b) _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TRectF

Description

Tests whether a TRectF object's Fields are equal to some other values, received as parameters.

It returns True if they are equal. Otherwise, it returns False.

See Also