Widmogrod\Primitive\Listt::equals PHP Method

equals() public method

public equals ( $other )
    public function equals($other)
    {
        return $other instanceof self ? $this->extract() === $other->extract() : false;
    }