prjCompare Enumeration
Visual Studio 2015
Specifies the default string comparison method for a project.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjCompareBinary | Comparison based on internal binary representations. | |
| prjCompareText | Comparison based on case-insensitive text order determined by locale. |
The value prjCompareBinary results in string comparisons based on a sort order derived from the internal binary representations of the characters. The value prjCompareText results in string comparisons based on the case-insensitive text sort order determined by the system's locale.
Show: