EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Check equality of the input value with every element of a list.
Name | Type | Description |
---|---|---|
value | px.Expr | The value to compare. |
comparisons | List[px.Expr] | The list of values to check equality to the value. |