-
Name Type Description propertyNamestring Name of the context property to compare.
expressionstring | number The value to compare.
matchCaseboolean Case-sensitive?
Extends
- module:ol/format/filter/ComparisonBinary~ComparisonBinary
OpenLayers
import NotEqualTo from 'ol/format/filter/NotEqualTo';
Represents a <PropertyIsNotEqualTo> comparison operator.
| Name | Type | Description |
|---|---|---|
propertyName |
string |
Name of the context property to compare. |
expression |
string | number |
The value to compare. |
matchCase |
boolean |
Case-sensitive? |