prjCompare Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default string comparison method for a project.
public enum class prjCompare
public enum class prjCompare
enum prjCompare
[System.Runtime.InteropServices.Guid("EBDA8DD4-E450-452A-9FF5-7970904DEA7F")]
public enum prjCompare
[<System.Runtime.InteropServices.Guid("EBDA8DD4-E450-452A-9FF5-7970904DEA7F")>]
type prjCompare =
Public Enum 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.