Swift Vocabulary

Comparison Operators Operators that describe relationships between two values. For example:
== Equal to each other
!= Not equal
< Less than
> Greater than
<= Less than or equal to
>= Greater than or equal to Intro Lesson 11

Back First Random Next