Equity-based selectors allow filtering by label key and values. So, in layman terms, the equity-based selector will only look for the pods which will have the exact same phrase as that of the label.
Suppose your label key says app=nginx, then, with this selector, you can only look for those pods with label app equal to nginx.