public override int GetHashCode()
            {
                int hash = 57;

                hash = 27 * hash * MCC.GetHashCode();
                hash = 27 * hash * MNC.GetHashCode();
                hash = 27 * hash * LAC.GetHashCode();
                hash = 27 * hash * CID.GetHashCode();
                return(hash);
            }
Beispiel #2
0
 public override int GetHashCode()
 {
     return(CID.GetHashCode());
 }