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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.