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

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -