GetoptIdentityLocator.has

Check if an command line argument is present in list of arguments by key id.

class GetoptIdentityLocator
inout
bool
has
(
in string identity
)

Parameters

identity string

identity of element.

Return Value

Type: bool

bool true if an command line argument by key is present in arguments.

Meta