Return an object for testing whether a variable is not equal to the given value.
The value which a variable is to be compared with.
If applicable, the units of value. By default, the same units as the variable being tested are assumed.
A cf.Comparison object which will evaluate whether or not the comparison evaluates to True.
Examples
>>> c = cf.ne(5) >>> c <CF Comparison: x ne 5> >>> c.evaluate(4) True >>> c.evaluate(5) False
cf.lt
cf.set
Enter search terms or a module, class or function name.