matches method

bool matches(
  1. int queryVid,
  2. int queryPid
)

Implementation

bool matches(int queryVid, int queryPid) => vid == queryVid && pid == queryPid;