Operators
The following operators are available globally.
-
Unequal operator for StaticIdentifiable
Declaration
Swift
func != (lhs: StaticIdentifiable, rhs: StaticIdentifiable) -> Bool -
Equal operator for StaticIdentifiable
Declaration
Swift
func == (lhs: StaticIdentifiable, rhs: StaticIdentifiable) -> Bool
View on GitHub
Install in Dash
Operators Reference