Table of Contents

TCropArea.Inequality Operator

Adapts the <> operator so it returns true when both instances have different values.

Syntax

Unit: FlexCel.Core

class operator TCropArea.Inequality(const o1: TCropArea; const o2: TCropArea): Boolean; overload;

Parameters

<-> Parameter Type Description
const o1 TCropArea
const o2 TCropArea

See also