CultureAndRegionInfoBuilder.CompareInfo Property
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.
Gets or sets the CompareInfo object that defines how to compare strings for the culture.
public:
property System::Globalization::CompareInfo ^ CompareInfo { System::Globalization::CompareInfo ^ get(); void set(System::Globalization::CompareInfo ^ value); };
public System.Globalization.CompareInfo CompareInfo { get; set; }
member this.CompareInfo : System.Globalization.CompareInfo with get, set
Public Property CompareInfo As CompareInfo
Property Value
The CompareInfo object that defines how to compare strings for the culture.
Exceptions
In a set operation the assigned value is null
.
This custom culture is an override of a built-in culture.
Remarks
The CultureAndRegionInfoBuilder.CompareInfo property corresponds to the CultureInfo.CompareInfo property.
The TextInfo and CompareInfo objects that are assigned to the TextInfo and CompareInfo properties both support culture-sensitive and case-sensitive string comparison. The CompareInfo object also has methods that include a CompareOptions parameter that supports culture-sensitive, case-insensitive comparison. These two properties should be assigned TextInfo and CompareInfo objects that represent the same locale.