IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Provides methods to support legacy string comparison methods. More...
Static Public Member Functions | |
static int | Compare (string strA, string strB, bool ignoreCase) |
Compares two strings for equality, ignoring case if requested. More... | |
static bool | StringsEqual (string strA, string strB, bool ignoreCase) |
Compares two strings for equality, ignoring case if requested. More... | |
Provides methods to support legacy string comparison methods.
|
inlinestatic |
Compares two strings for equality, ignoring case if requested.
strA | The first string. |
strB | The second string.. |
ignoreCase | if set to true , the case of the letters in the strings is ignored. |
Referenced by NUnit.Framework.Constraints.CollectionEquivalentConstraintTests.EquivalentHonorsUsing(), NUnit.Framework.Constraints.EqualConstraintTests.UsingModifier.UsesProvidedLambda_StringArgs(), NUnit.Framework.Tests.Constraints.DictionaryContainsValueConstraintTests.UsingIsHonored(), NUnit.Framework.Tests.Constraints.DictionaryContainsKeyConstraintTests.UsingIsHonored(), and NUnit.Framework.Constraints.CollectionContainsConstraintTests.UsingIsHonored().
|
inlinestatic |
Compares two strings for equality, ignoring case if requested.
strA | The first string. |
strB | The second string.. |
ignoreCase | if set to true , the case of the letters in the strings is ignored. |
Referenced by NUnit.Framework.Constraints.PathConstraint.IsSubPath(), NUnit.Framework.Constraints.SamePathOrUnderConstraint.Matches(), and NUnit.Framework.Constraints.SamePathConstraint.Matches().