Parameter.equals

Checks if this parameter flag name equals a string.

struct Parameter
immutable
bool
equals
(
string arg
)

Parameters

arg string

The argument to check against.

Meta