Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created June 4, 2019 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/6213355df5afdf2c774bd4224495ca81 to your computer and use it in GitHub Desktop.
Save fitomad/6213355df5afdf2c774bd4224495ca81 to your computer and use it in GitHub Desktop.
let device = AppleFactory.makeMac()
let otherDevice = AppleFactory.makeMac()
if device == otherDevice
{
print("Son iguales")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment