ParamSet.matches

Compares the parameter value corresponding to key with val in a case-insensitive manner.

class ParamSet
bool
matches

Parameters

key cstring

parameter key (case insensitive)

val cstring

parameter value (case insensitive)

Return Value

Type: bool

true if a parameter for key exists and its value case-insensitively equals val.

Meta