notEqual constant

Datapoints are eligible iff their value is != the query's.

Implementation

static const notEqual = IndexDatapoint_NumericRestriction_Operator(
  'NOT_EQUAL',
);