Swift supports the following comparison operators:
Equal to (a == b)
Not equal to (a != b)
Greater than (a > b)
Less than (a &It; b)
Greater than or equal to (a > = b) / ≥
Less than or equal to (a &It; = b) / ≤
https://docs.swift.org/swift-book/Lan...