Compare NSURL

suggest change
NSString *urlString = @"https://www.stackoverflow.com";

NSURL *myUrl = [NSURL URLWithString: urlString]; 
NSURL *myUrl2 = [NSURL URLWithString: urlString]; 

if ([myUrl isEqual:myUrl2]) return YES;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


NSURL:
*Compare NSURL

Table Of Contents