Properties.opBinaryRight

Implementation of the binary "in" operator to determine if a property is defined for this properties object.

struct Properties
const
bool
opBinaryRight
(
string op
)
(
string key
)
if (
op == "in"
)

Parameters

key string

The name of a property.

Return Value

Type: bool

True if the property exists in this properties object.

Meta