public function beEqualWithNANEqual()

in src/ExpectObj.hack [86:92]


  public function beEqualWithNANEqual(
    mixed $expected,
    string $msg = '',
    mixed ...$args
  ): void {
    $this->toBePHPEqualWithNANEqual($expected, $msg, ...$args);
  }