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.1 Comparison operators

The comparison operators have the following general meaning:

The comparison operators are defined for the following types:

Only the equality (=) and inequality (<>) operators are defined for the following types:

ComparisonOperatorExpression ::=
 Expression = Expression |
 Expression < > Expression |
 Expression < Expression |
 Expression > Expression |
 Expression < = Expression |
 Expression > = Expression