CaseInsensitiveComparison.Comparer 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.
Returns a StringComparer that compares strings according to Unicode rules for case-insensitive identifier comparison (lower-case mapping).
public:
static property StringComparer ^ Comparer { StringComparer ^ get(); };
public static StringComparer Comparer { get; }
static member Comparer : StringComparer
Public Shared ReadOnly Property Comparer As StringComparer
Property Value
Remarks
These are also the rules used for VB identifier comparison.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.