prjCompare Enum

Definition

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

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