get_value(); return $a === $b; } public static function get_operators() { return [ 'equals' => [ 'label' => '=', ], ]; } public static function get_control_type() { return 'input-number'; } public static function is_hidden() { return true; } }