Storm\Drivers\Base\Object\Properties\Accessors\Accessor::Is PHP 메소드

Is() 최종 공개 메소드

final public Is ( Accessor $OtherAccessor )
$OtherAccessor Accessor
    public final function Is(Accessor $OtherAccessor)
    {
        return $this->GlobalIdentifier === $OtherAccessor->GlobalIdentifier;
    }