Returns a Boolean value that indicates whether the command argument identified by the specified argument key is an optional argument.
Original signature is '- (BOOL)isOptionalArgumentWithName:(NSString *)argumentName'
Available in Mac OS X v10.0 and later.


- argumentName (NSString)
- Argument name (used as a key) that identifies the command argument to examine.

YES if the specified argument exists and is optional; 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)