ParameterFilterRuleFactory.CreateEqualsRule
Description:
Creates a filter rule that determines whether strings from the document equal a certain value.
Creates a filter rule that determines whether strings from the document equal a certain value.
Overloads (4):
CreateEqualsRule(ElementId,String,Boolean)
public static FilterRule CreateEqualsRule(
ElementId parameter,
string value,
bool caseSensitive
)
-
parameterA string-typed parameter used to get values from the document for a given element.
-
valueThe user-supplied string value against which values from the document will be compared.
-
caseSensitiveIf true, the string comparison will be case-sensitive.
Return Value
FilterRule
-
A non-optional argument was NULL