1.
Relational Operators – Check if the symbols and description matches
==
– equal
!=
– different
<
– less than
<=
– less than or equal
>
– greater than
>=
– greater than or equal
===
– identical (Since Groovy 3.0.0)
!==
– not identical (Since Groovy 3.0.0)