protected static bool NotEqualOperator(ValueObject left, ValueObject right) { return(!(EqualOperator(left, right))); }