21 #ifndef __ANTARES_TOOLBOX_FILTER_OPERATOR_NOT_EQUALS_H__
22 #define __ANTARES_TOOLBOX_FILTER_OPERATOR_NOT_EQUALS_H__
24 #include "../operator.h"
26 namespace Antares::Toolbox::Filter::Operator
40 virtual bool compute(
const int a)
const
45 virtual bool compute(
const double a)
const
47 return fabs(a -
parameters[0].value.asDouble) < 0.00001;
50 virtual bool compute(
const wxString& a)
const