pkgCompare 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.
Used by the OptionCompare property.
public enum class pkgCompare
public enum class pkgCompare
enum pkgCompare
[System.Runtime.InteropServices.Guid("48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")]
public enum pkgCompare
[<System.Runtime.InteropServices.Guid("48DEC64C-7B34-4495-9C2D-2E4E7CA31D53")>]
type pkgCompare =
Public Enum pkgCompare
- Inheritance
-
pkgCompare
- Attributes
Fields
Name | Value | Description |
---|---|---|
pkgCompareBinary | 0 | Comparison based on internal binary representations. |
pkgCompareText | 1 | Comparison based on case-insensitive text order determined by locale. |
Remarks
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.