You have following comparison operators in Swift 3
> Greater than < Less than = Greater than or equal to
> Greater than
< Less than
= Greater than or equal to
<= Less than or equal to
== Exactly equal to
!= Not equal to