ColumnHashSetFilter.ExcludedContains(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests to see whether a particular string value is contained in Excluded.
public:
bool ExcludedContains(System::String ^ value);
public:
bool ExcludedContains(Platform::String ^ value);
bool ExcludedContains(std::wstring const & value);
public bool ExcludedContains (string value);
member this.ExcludedContains : string -> bool
Public Function ExcludedContains (value As String) As Boolean
Parameters
- value
- String
Value to test.
Returns
true if value
is in the list of excluded strings.