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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.