exports.EQ = function (value1, value2) {
  if (arguments.length !== 2) {
    return error.na;
  }