Skip to content
YouCan Developer
Search
K
Main Navigation
Apps
Themes
YouCan UI
Alto (Beta)
Vue3
StoreAdmin
StoreFront
Learn more
YouCan
Join us!
GitHub
Appearance
GitHub
Menu
Return to top
Operators
Logical and comparison operators
Operator
Function
==
equals
!=
differents
>
greater than
<
less than
>=
greater than or equal to
<=
less than or equal to
or
Condition
or
Another condition
or
Condition
and
Another condition
contains
Check if string contains another, or array contains an element