#include "DataStructure.h" bool operator==(const PalmFeature &lhs, const PalmFeature &rhs) { return lhs.feature == rhs.feature; }