Checks if this number is equal to the given one.
public final function isEqualTo(BigNumber|int|float|string $that) : bool { return $this->compareTo($that) === 0; }