Click or drag to resize

RecognitionRuleUtilityMatches Method (String, RecognitionRuleConstraint)

Determines whether the given test value matches the given recognition rule constraint.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static bool Matches(
	string testValue,
	RecognitionRuleConstraint constraint
)

Parameters

testValue
Type: SystemString
Test value.
constraint
Type: Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleConstraint
Recognition rule constraint.

Return Value

Type: Boolean
Value indicating whether the given test value matches the given recognition rule constraint.
See Also