test
Description:
Compares current value of parameter named name
with given value
and returns whether they are equal, either case
sensitively or insensitively, based on case_sensitively
argument.
Function returns false
, if no such parameter exists.
Parameters:
this | |
name |
name of a parameter to test |
value |
value to test |
case_sensitively |
whether to compare case sensitively |
Returns:
Whether parameter of given name has stored value of given value. |