AliasDictionary.opBinaryRight

Checks if a dictionary contains name for the given alias

class AliasDictionary
const
bool
opBinaryRight
(
string op
)
(
string aliasName
)
if (
op == "in"
)

Return Value

Type: bool

true if a dictionary contains name for the given alias, false otherwise

Meta