Returns a Boolean value that indicates whether receiver is considered to be “like” a given string when the case of characters in the receiver is ignored.
Original signature is '- (BOOL)isCaseInsensitiveLike:(NSString *)aString'
Available in Mac OS X v10.0 and later.


- aString (NSString)
- The string with which to compare the receiver.

YES if the receiver is considered to be “like” aString when the case of characters in the receiver is ignored, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)