Click or drag to resize

StringArrayExtensionsContains Method

Overload List
  NameDescription
Public methodStatic memberContains(String, String)
Determines if any of the items in the specified data array match the specified key using the current culture's string comparison settings.
Public methodStatic memberContains(String, String, StringComparison)
Determines if any of the items in the specified data array match the specified key using specified string comparison settings.
Top
See Also