Ejemplo n.º 1
0
 public int GetHashCode(CustomQueue <T> obj)
 {
     return(obj.GetHashCode());
 }