IComparable<T>
IComparable
IComparable
Description
The IComparable
Declaration
template<typename T>
interface IComparable : public IEqualityComparable<T>Header
#include <Generic\Interfaces\IComparable.mqh>Inheritance Hierarchy
IComparable
Direct descendants
Class Methods
| Method | Description |
|---|---|
| Compare | Compares the current object with the specified value |
Last updated on