| 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
)
Public Shared Function Matches (
testValue As String,
constraint As RecognitionRuleConstraint
) As Boolean
Parameters
- testValue
- Type: SystemString
Test value. - constraint
- Type: Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleConstraint
Recognition rule constraint.
Return Value
Type:
BooleanValue indicating whether the given test value matches the given recognition rule constraint.
See Also