Cake\Chronos\ChronosInterface::ne PHP Method

ne() public method

Determines if the instance is not equal to another
public ne ( Cake\Chronos\ChronosInterface $dt ) : boolean
$dt Cake\Chronos\ChronosInterface The instance to compare with.
return boolean
    public function ne(ChronosInterface $dt);
ChronosInterface