Home | History | Annotate | Download | only in AddressBook

Lines Matching refs:GetHashCode

139     public override int GetHashCode() {
141 if (Name.Length != 0) hash ^= Name.GetHashCode();
142 if (Id != 0) hash ^= Id.GetHashCode();
143 if (Email.Length != 0) hash ^= Email.GetHashCode();
144 hash ^= phones_.GetHashCode();
300 public override int GetHashCode() {
302 if (Number.Length != 0) hash ^= Number.GetHashCode();
303 if (Type != 0) hash ^= Type.GetHashCode();
425 public override int GetHashCode() {
427 hash ^= people_.GetHashCode();