PropertyGroupDescription.StringComparison 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 a StringComparison value that specifies the comparison between the value of an item (as determined by PropertyName and Converter) and the name of a group.
public:
property StringComparison StringComparison { StringComparison get(); void set(StringComparison value); };
public StringComparison StringComparison { get; set; }
member this.StringComparison : StringComparison with get, set
Public Property StringComparison As StringComparison
Property Value
The default value is StringComparison.Ordinal
.
Remarks
This is ignored unless both values in the comparison are strings.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.