objective c - if NSString does not equal function? -


i have searched on place this, including apple's docs on nsstring (maybe didn't see?) trying find method in xcode checking wether nsstring not equal something. like

if (mynssting = @"text" {... 

except want check if not equal 'text'.

 if(![mynsstring isequaltostring:@"text"]) 

Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -