Example #1
0
 public int CompareTo(Box <T> other)
 {
     return(this.Item.CompareTo(other.Item));
 }