Hi! 
	tell me, pls, how to execute this equality (from ready.php)
 
$wire->addHookAfter('InputfieldPage::getSelectablePages', function($event) {
    if($event->object->hasField == 'FIELDNAME')
    {
        .....
    }
}
	- $hasField The Field object associated with this Inputfield (from definition parent class for InputfieldPage)
 
	the left side equation is the object entity, and the right side - the string  
	How it is?