110111112113114115116117118119120
} public boolean equals(Object o) { try { OutViaMTP rhs = (OutViaMTP)o; OutChannel ch = rhs.myChannel; if(myChannel.equals(ch)) return true; else return false; }