pkgCompare Enumeration
Visual Studio 2015
Used by the OptionCompare property.
Assembly: VSLangProj2 (in VSLangProj2.dll)
| Member name | Description | |
|---|---|---|
| pkgCompareBinary | Comparison based on internal binary representations. | |
| pkgCompareText | Comparison based on case-insensitive text order determined by locale. |
The value pkgCompareBinary results in string comparisons based on a sort order derived from the internal binary representations of the characters. The value pkgCompareText results in string comparisons based on the case-insensitive text sort order determined by the system's locale.
Show: