for example...
NSString string1 = @"Hello world";
NSMutableString string2 = [NSMutableString stringWithString: string1];
then... then can we compare these using following statement..? or there is any other way?
if(string1 isEqualToString:string2)
help me out please...