Share via


prjCompare Enum

Definition

Specifies the default string comparison method for a project.

C++/CX
public enum class prjCompare
Inheritance
prjCompare
Attributes

Fields

Name Value Description
prjCompareBinary 0

Comparison based on internal binary representations.

prjCompareText 1

Comparison based on case-insensitive text order determined by locale.

Remarks

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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022