Cake\Chronos\ChronosInterface::eq PHP Method

eq() public method

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