...

/

Equality and Relational Operators

Equality and Relational Operators

Get introduced to equality and relational operators in Dart.

We'll cover the following...

Relational operators

Relational operators are operators that perform operations that compare operands of numeric types, for example, less than and greater than. Equality operators can compare operands of any type and are two in number (== and !=). Below is a list of the equality and relational operators supported by ...