Return an object for testing whether a variable is equal to the given value.
The value which a variable is to be compared with.
A Comparison object which will evaluate whether or not the comparison evaluates to True.
Examples
>>> c = cf.eq(5) >>> c <CF Comparison: x eq 5> >>> c.evaluate(5) True >>> c.evaluate(4) False
cf.RTOL
cf.equals
Enter search terms or a module, class or function name.