Cake\Chronos\ChronosInterface::ne PHP Méthode

ne() public méthode

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.
Résultat boolean
    public function ne(ChronosInterface $dt);
ChronosInterface