contains


Description:

public bool contains (StateType state)

Determines whether a given StateSet includes a given state; that is, whether state is true for the this in question.

Parameters:

this

a pointer to the StateSet object on which to operate.

state

an StateType for which the specified StateSet will be queried.

Returns:

TRUE if state is true/included in the given StateSet, otherwise FALSE.