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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.