public function Carbon::notEqualTo in Persian Date for Drupal 8 8.4
Determines if the instance is not equal to another
Parameters
Carbon $dt:
Return value
bool
See also
ne()
File
- src/
Library/ Carbon/ Carbon.php, line 1446
Class
- Carbon
- A simple API extension for DateTime
Namespace
Drupal\persian_date\Library\CarbonCode
public function notEqualTo(Carbon $dt) {
return $this
->ne($dt);
}