CultureAndRegionInfoBuilder::CompareInfo Property
Gets or sets the CompareInfo object that defines how to compare strings for the culture.
Assembly: sysglobl (in sysglobl.dll)
public: property CompareInfo^ CompareInfo { CompareInfo^ get (); void set (CompareInfo^ value); }
Property Value
Type: System.Globalization::CompareInfoThe CompareInfo object that defines how to compare strings for the culture.
| Exception | Condition |
|---|---|
| ArgumentNullException | In a set operation the assigned value is nullptr. |
| NotSupportedException | This custom culture is an override of a built-in culture. |
The CompareInfo property corresponds to the CompareInfo property.
Note |
|---|
The TextInfo property provides culture-specific casing information for strings. CompareInfo also has CompareOptions in many of its methods to ignore casing distinctions, so the TextInfo and CompareInfo objects should be set to the same culture. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note