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.
Option
Compare
CompareOption LineTerminatorBinary
| Text