ICalcObjectComparer

Assembly: Algo;

Description

The ICalcObjectComparer interface is used to sort calculation algorithm objects.

Inheritance Hierarchy

          ICalcObjectComparer

Comments

These interface methods should be redetermined in a custom class. A custom class should inherit and contain implementation of methods of the IComparer.

Methods

  Method name Brief description
CompareCalcObject The CompareCalcObject method compares calculation algorithm objects.

See also:

Algo Assembly Interfaces