cf.Query.__ne__

Query.__ne__(x)[source]

The rich comparison operator !=

x.__ne__(y) <==> x!=y

x.__ne__(y) <==> (x==y)==False