Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureAndRegionInfoBuilder::CompareInfo Property

 

Gets or sets the CompareInfo object that defines how to compare strings for the culture.

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
property CompareInfo^ CompareInfo {
	CompareInfo^ get();
	void set(CompareInfo^ value);
}

Property Value

Type: System.Globalization::CompareInfo^

The CompareInfo object that defines how to compare strings for the culture.

Exception Condition
ArgumentNullException

In a set operation the assigned value is null.

NotSupportedException

This custom culture is an override of a built-in culture.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft