Prefer is

This commit is contained in:
Cj 2024-06-12 22:34:33 -04:00
parent 19e711ebee
commit 7cfc2d4aa3

View File

@ -300,7 +300,7 @@ internal static class SearchExtentions
public static EMatchResult MatchNestedTypes(this TypeDefinition type, SearchParams parms, ScoringModel score)
{
if (parms.MatchNestedTypes.Count == 0 && parms.IgnoreNestedTypes.Count == 0)
if (parms.MatchNestedTypes.Count is 0 && parms.IgnoreNestedTypes.Count is 0)
{
return EMatchResult.Disabled;
}