[
https://issues.apache.org/jira/browse/JEXL-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-422.
--------------------------------
Resolution: Fixed
[Commited|https://github.com/apache/commons-jexl/commit/b640ba6820eb07ffc23043f118a3497f64339df5]
> Add strict equality (===) and inequality (!==) operators
> --------------------------------------------------------
>
> Key: JEXL-422
> URL: https://issues.apache.org/jira/browse/JEXL-422
> Project: Commons JEXL
> Issue Type: New Feature
> Affects Versions: 3.3
> Reporter: Henri Biestro
> Assignee: Henri Biestro
> Priority: Minor
> Fix For: 3.4
>
>
> As in Javascript, === is a comparison operator that checks the equality of
> two values without performing any type conversion. This means that if the
> values being compared have different data types, === will return false.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)