Pinq\Analysis\Types\NativeType::isParentTypeOf PHP Method

isParentTypeOf() public method

public isParentTypeOf ( Pinq\Analysis\IType $type )
$type Pinq\Analysis\IType
    public function isParentTypeOf(IType $type)
    {
        return $this->isEqualTo($type);
    }