Returns true if the receiver is not in the given objects.
For example 3.noneOf(1,4,5) == true and 3.noneOf(3,5,6) = false
3.noneOf(1,4,5) == true
3.noneOf(3,5,6) = false