Table of Contents

TCropArea.EqualValues Method

Returns true if both instances of the objects contain the same values. Instances might be different, this method will return if their values are equal. Instances can be null.

Syntax

Unit: FlexCel.Core

class function TCropArea.EqualValues(const a1: TCropArea; const a2: TCropArea): Boolean; static;

Parameters

<-> Parameter Type Description
const a1 TCropArea First instance to compare.
const a2 TCropArea Second instance to compare.

See also