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