any, any
Source: /avail/Avail/Foundation/Bootstrap/Infallible Primitives
Categories: Primitives, Mathematics, Relations
Are the arguments equal?
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | arg1 | any | A value. | |
| 2 | arg2 | any | A value. | |
| Returns | boolean | `true` if the arguments are equal, `false` otherwise. | ||