Skip to content

Add String.EqualsIgnoreCase() to Z.Core #12

@adamfisher

Description

@adamfisher

The following is a proposal to add Z.ExtensionMethods/src/Z.Core/System.String/String.EqualsIgnoreCase.cs which would contain the following convenience extension method. I miss it from my Java days and the .NET version is too verbose/cumbersome.

public static bool EqualsIgnoreCase(this string @string, string otherString);

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions