Ejemplo n.º 1
0
 public Boolean isShuffle(Box target)
 {
     return(LeftBox.Equals(target) || RightBox.Equals(target));
 }