equals |
True if two objects are logically equal, False otherwise. |
eq |
Return an object for testing whether a variable is equal to the given value. |
ge |
Return an object for testing whether a variable is greater than or equal to the given value. |
gt |
Return an object for testing whether a variable is greater than the given value. |
le |
Return an object for testing whether a variable is less than or equal to the given value. |
lt |
Return an object for testing whether a variable is strictly less than a given value. |
ne |
Return an object for testing whether a variable is not equal to the given value. |
set |
Return an object for testing whether a variable equals any element of a collection. |
wi |
Return an object for testing whether a variable is within the given range. |
wo |
Return an object for testing whether a variable is without the given range. |