Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created April 24, 2012 14:26
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 mikeabdullah/2480093 to your computer and use it in GitHub Desktop.
Save mikeabdullah/2480093 to your computer and use it in GitHub Desktop.
Passing nil to -isEqualToNumber:
NSNumber *number = [NSNumber numberWithInt:0];
BOOL result = [number isEqualToNumber:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment