Lines Matching refs:Equals
152 public override bool Equals(object other) {
153 return Equals(other as Person);
157 public bool Equals(Person other) {
167 if(!phones_.Equals(other.phones_)) return false;
168 if (!object.Equals(LastUpdated, other.LastUpdated)) return false;
169 return Equals(_unknownFields, other._unknownFields);
439 public override bool Equals(object other) {
440 return Equals(other as PhoneNumber);
444 public bool Equals(PhoneNumber other) {
453 return Equals(_unknownFields, other._unknownFields);
642 public override bool Equals(object other) {
643 return Equals(other as AddressBook);
647 public bool Equals(AddressBook other) {
654 if(!people_.Equals(other.people_)) return false;
655 return Equals(_unknownFields, other._unknownFields);