Share via


TextDoesNotContainFilterRule.Evaluate(String) Method

Definition

Determines if Value is not contained within data.

protected:
 override bool Evaluate(System::String ^ data);
protected:
 override bool Evaluate(Platform::String ^ data);
 override bool Evaluate(std::wstring const & data);
protected override bool Evaluate (string data);
override this.Evaluate : string -> bool
Protected Overrides Function Evaluate (data As String) As Boolean

Parameters

data
String

The data to compare with.

Returns

Returns true if data does not contain Value, false otherwise.

Applies to