Skip to content

Instantly share code, notes, and snippets.

@polac24
Created August 26, 2017 18:12
Show Gist options
  • Save polac24/53a04009d696dbe503073f498c940823 to your computer and use it in GitHub Desktop.
Save polac24/53a04009d696dbe503073f498c940823 to your computer and use it in GitHub Desktop.
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