ICalcObjectComparer.CompareCalcObject

Syntax

CompareCalcObject(Obj1: ICalcObject, Obj2: ICalcObject): Integer;

None;

Parameters

Obj1. The first object of calculation algorithm.

Obj2. The second object of calculation algorithm.

Description

The CompareCalcObject method swaps the specified calculation algorithm objects.

See also:

ICalcObjectComparer