Created
August 26, 2017 18:12
-
-
Save polac24/53a04009d696dbe503073f498c940823 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension BestEnumRaw: Equatable{ | |
static func ==(lhs: BestEnumRaw, rhs: BestEnumRaw) -> Bool { | |
return lhs.rawString == rhs.rawString | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment