コード例 #1
0
 public int CompareTo(Channel other)
 {
     return(Ordering.CompareTo(other.Ordering));
 }