简体   繁体   中英

how to compare 2 strings

我有两个字符串初始化使用nsstring * name1,* name2 ...如何比较这些

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

The best place for API features like this is the Apple documentation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM