!= (not equal)

!= (not equal)

Syntax

!=0

Where 0 is a value to compare against.

Input Type

Number

Note: While currently only number is supported, other types are planned.

Return Type

Boolean

Function

Get

Returns true if not equal, and false if equal.

Set

Set is not supported as the expression is not reversible.

Example

=page.Table.SelectedIndex:!=-1