Skip to content

Instantly share code, notes, and snippets.

@niwatako
Created August 5, 2015 14:32
Show Gist options
  • Save niwatako/ca60cbd71d76276ac360 to your computer and use it in GitHub Desktop.
Save niwatako/ca60cbd71d76276ac360 to your computer and use it in GitHub Desktop.
違った RT @niwatako : isEqual と == は別物? #CodePiece #CodePiece
NSLog(@"%d:%d:%d",(error.domain == NSURLErrorDomain), [error.domain isEqual:NSURLErrorDomain], [error.domain isEqualToString:NSURLErrorDomain] );
// 0:1:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment