def __eq__(self, other): return (InputFilesets.__eq__(self, other) and self.primary == other.primary and self.format == other.format and self.association == other.association and self._type == other._type)
def __eq__(self, other): return (InputFilesets.__eq__(self, other) and BaseBidsFileset.__eq__(self, other))