NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

12.5 Relational operators

The relational operators compare values in relation to one other. The comparison operators are =, <>, <, >, <=, >=. There are also three other relational operators, TypeOf…Is, Is and Like, which have specialized behaviors. All of the relational operators result in a Boolean value.

RelationalOperatorExpression ::=
 ComparisonOperatorExpression |
 TypeOfIsOperatorExpression |
 IsOperatorExpression |
 LikeOperatorExpression