Share via


ColumnHashSetFilter.ExcludedContains(String) Method

Definition

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.

Applies to