v1 != v2 The opposite of eq.
neq('1.2.3', '2.0.2') // true Copy
neq('1.2.3', '2.0.2') // true
build identifier ([+BUILD]) is not taken into account
[+BUILD]
first version string
second version string
Optional
true if v1 != v2, false if v1 == v2
true
false
v1 != v2 The opposite of eq.
Example
Remarks
build identifier (
[+BUILD]
) is not taken into account