TextEqualsFilterRule.Evaluate(String) Method

Definition

Determines if data is equal to Value.

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 value to compare against.

Returns

Returns true is data equals Value, false otherwise.

Applies to