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