is Not Equal To
Composes a function that indicates if, point-wise, this function's field result is not equal to another. The function result has no data where either of the given fields has no data.
The function result extent is the intersection of the extents of the given fields.
The spatial reference of both fields must be equivalent.
Return
A function that indicates if this function's field result is not equal to another.
Since
300.0.0
Parameters
Another discrete field function.
Composes a function that indicates if, point-wise, this function's field result is not equal to a given value. The function result has no data where this function's field result has no data.
The function result extent equals that of this function's field result.
Return
A function that indicates if this function's field result is not equal to a given value.
Since
300.0.0
Parameters
The comparison value.