Math and logic component

= : Equal to each other
!= : Not equal to each other
< : Smaller then
<= : Smaller then or equal to
> : Greater then
>= : Greater then or equal to

1 Like