New Issue: IO channels do not support == / != comparisons

16571, “ben-albrecht”, “IO channels do not support == / != comparisons”, “2020-10-08T15:17:35Z”

IO channels do not supports == and != comparisons. This causes issues if one wants to remove an IO channel (or a record containing an IO channel) from a container, e.g. list.remove(someSpawnSubprocess).