Cake\Chronos\ChronosInterface::ne PHP 메소드

ne() 공개 메소드

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.
리턴 boolean
    public function ne(ChronosInterface $dt);
ChronosInterface