This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/optioncompare (Specify How Strings are Compared)
Specifies how string comparisons will be made. The /optioncompare compiler option can be specified in one of two forms:
- /optioncompare:binary
- Use binary string comparisons.
- /optioncompare:text
- Use text string comparisons.
Remarks
/optioncompare:text is the default for this option.
See Also
Visual Basic Compiler Options