iphone - how to compare 2 strings -


I have two strings that are started with using nsstring * name1, * name2 ...

  if ([name1 isEqualToString: name2]) {NSLog ("These are the same names"); }  

This type of API is the best place to feature


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -