Boolean Functions Tool Palette

The behavior of Boolean functions used in XPath functions is described in How Boolean Works in XPath Functions.

Boolean functions tool palette

IconNameDescription
is equal to

is equal to

Checks values for equality.

is greater than

is greater than

Checks to see if the left-side operator is greater than the right-side operator.

is less than

is less than

Checks to see if the left-side operator is less than the right-side operator.

is not equal to

is not equal to

Checks values for inequality.

is greater than or equal to

is greater than or equal to

Checks to see if the left side is greater than or equal to the right side.

is less than or equal to

is less than or equal to

Checks to see if the left side is less than or equal to the right side.

and

and

Conditions joined together must all be true for the operator to be true.

and

or

Only one of the conditions joined with this operator must be true for this to be true.

boolean

boolean

Converts its argument to Boolean.

false

false

Returns false.
notTool Palettes

Node Set Functions Tool Palette

Number Functions Tool Palette

String Functions Tool Palette

Generic Variable and Constants Tool Palette