The implementation of the not equals operator
Constructor //-------------------------------------
//-------------------------------------
Applies the operator given the fact that the two elements are equal. return !pAreEqual;
return !pAreEqual;
Returns the symbol representing the operator return "!=";
return "!=";