True if two instances are set-wise equal, False otherwise.
Two instances are set-wise equal if their attributes are equal and their elements are equal set-wise (i.e. the order of the lists is irrelevant).
The object to compare for equality.
The absolute tolerance for all numerical comparisons, By default the value returned by the ATOL function is used.
The relative tolerance for all numerical comparisons, By default the value returned by the RTOL function is used.
If True then print a traceback highlighting where the two instances differ.
Whether or not the two instances are equal.
Examples
cf.AncillaryVariables.select
cf.AncillaryVariables.setattr
Enter search terms or a module, class or function name.