W3cubDocs

/OpenLayers

ol/format/filter/NotEqualTo~NotEqualTo


import NotEqualTo from 'ol/format/filter/NotEqualTo.js';

Represents a <PropertyIsNotEqualTo> comparison operator.

new NotEqualTo(propertyName, expression, matchCase)

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

© 2005-present, OpenLayers Contributors All rights reserved.Licensed under the BSD 2-Clause License.
https://openlayers.org/en/latest/apidoc/module-ol_format_filter_NotEqualTo-NotEqualTo.html