|
IEqualityComparable<T>
IEqualityComparable<T> is an interface for implementing objects that can be compared.
Description
The IEqualityComparable<T> interface defines methods to retrieve the hash code of the current object and to check whether it is equal to another object of the same type.
Declaration
template<typename T>
|
Header
#include <Generic\Interfaces\IEqualityComparable.mqh> |
Inheritance Hierarchy IEqualityComparable Direct descendants |
Class Methods