Index keys priority

In the https://blog.couchbase.com/create-right-index-get-right-performance/
These are general rules for the order of keys in the index.

What about != operation? it is same as equal operation?

!= is not same as equal.

a != 5 is same as a < 5 || a > 5 then <, > rules apply