The MINUS set operator, which returns the result of the left tuple
expression, except for the results that are also returned by the right tuple
expression.
Creates a new minus operator that operates on the two specified arguments.
Parameters: leftArg - The left argument of the minus operator. Parameters: rightArg - The right argument of the minus operator.