You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I'm not seeing an API that allows this. I would like to be able to write Contains.Substring("str").Using(StringComparison.OrdinalIgnoreCase).
This would correspond to the BCL's string.IndexOf(string, StringComparison) being compared to -1.