Determines whether the specified attribute value is equal to that of the inclusion values.
Syntax
boolean filterIncludes(String FilterAttributeValue, String IncludeValues)
Parameters
Return values
Returns True if the value of FilterAttributeValue matches one of the values listed in IncludesValues. Otherwise, the method returns False.