def __call__(self, cs: Tracklets, ds: Detections, ctx: FrameContext) -> Gate
Return a PerPair gate where mask[i,j] = (cs[i].field == ds[j].field).
Source: unitrack/gates/simple.py:32