Assembly: Algo;
The ICalcObjectComparer interface is used to sort calculation algorithm objects.
ICalcObjectComparer
These interface methods should be redetermined in a custom class. A custom class should inherit and contain implementation of methods of the IComparer.
Method name | Brief description | |
CompareCalcObject | The CompareCalcObject method compares calculation algorithm objects. |
See also: