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!

6.1.3 String comparison types

The Option Compare directive determines the semantics of string comparisons. String comparisons may either be done through binary comparisons or text comparisons. If no directive is specified in a file, then the compilation environment determines which will be used. The semantics of string comparisons is covered in more detail in the Operators chapter.

OptionCompareDirective ::= Option Compare CompareOption LineTerminator
CompareOption ::= Binary | Text