Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

String Options

GregFinzer edited this page Dec 20, 2017 · 2 revisions

When comparing strings or StringBuilder types, perform a case sensitive comparison. The default is true.

CompareLogic compare = new CompareLogic();
compare.Config.CaseSenstive = true;

If true, string.empty and null will be treated as equal. The default is false.

CompareLogic compare = new CompareLogic();
compare.Config.TreatStringEmptyAndNullTheSame = false;

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.