-
Name Type Description propertyName
string Name of the context property to compare.
expression
string | number The value to compare.
matchCase
boolean | undefined Case-sensitive?
Extends
- ComparisonBinary
import EqualTo from 'ol/format/filter/EqualTo.js';
Represents a <PropertyIsEqualTo>
comparison operator.
Name | Type | Description |
---|---|---|
propertyName |
string |
Name of the context property to compare. |
expression |
string | number |
The value to compare. |
matchCase |
boolean | undefined |
Case-sensitive? |