bcgov / mobile-authentication-ios

Mobile authentication for iOS
Apache License 2.0
2 stars 3 forks source link

Add operator overloads #1

Closed jleach closed 6 years ago

jleach commented 6 years ago

This was working for me because it was finding patching operator overloads for '==' from Realm. I've added the three overloads I think we need. I'll see if I can clean this up a bit using Generics so I don't have to repeat the code.