bool options.HasKey(string)
Return Type: bool
Parameters: string sKey
Description:
This function checks to see if the options set has a key indicated by
sKey. If the key exists, the function returns true. If it does not,
the function returns false.
For an example, see options.
See Also: options