Hi all,
I have a NSMuatableArray object which contains "N" number of objects and i want to check wheather mutablearray contains (null) value or any othervalue.
In NSString there is an method called isEqualToString: Wheather any simmilar method available for NSMutableArray?
How can i do this?