Class: Equals

OM.filter. Equals


new Equals(filterAttribute, filterValue)

This is a filter class that tests for equality. A feature passes
this filter if its attribute value is considered equal to the filtering
value. The equals comparison uses the JavaScript '=='
operator.

Parameters:
Name Type Description
filterAttribute String

The name of the feature attribute name to be evaluated

filterValue String

The filtering value

Returns:

An instance of OM.filter.Equals

Type
OM.filter.Equals

Extends