This is the superclass for all equality operators (==, !=)
Applies the operator to the given value return Coercions.applyEqualityOperator (pLeft, pRight, this, pLogger);
return Coercions.applyEqualityOperator (pLeft, pRight, this, pLogger);
Applies the operator given the fact that the two elements are equal.