Skip to content

what this means ‘neq’ in magento2

can someone explain for me the this attribute used in array?

$order = $this->createObject(Order::class)
                    ->getCollection()
                    ->addFieldToFilter('customer_id', $customer->getId())
                    ->addFieldToFilter('status',array('neq' => 'canceled'));

what ‘naq’ => ‘canceled’?