Lines Matching refs:Equals

404     public override bool Equals(object other) {
405 return Equals(other as TestMap);
409 public bool Equals(TestMap other) {
416 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
417 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
418 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
419 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
420 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
421 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
422 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false;
423 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false;
424 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false;
425 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false;
426 if (!MapInt32Float.Equals(other.MapInt32Float)) return false;
427 if (!MapInt32Double.Equals(other.MapInt32Double)) return false;
428 if (!MapBoolBool.Equals(other.MapBoolBool)) return false;
429 if (!MapStringString.Equals(other.MapStringString)) return false;
430 if (!MapInt32Bytes.Equals(other.MapInt32Bytes)) return false;
431 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
432 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false;
433 return Equals(_unknownFields, other._unknownFields);
790 public override bool Equals(object other) {
791 return Equals(other as TestMapSubmessage);
795 public bool Equals(TestMapSubmessage other) {
802 if (!object.Equals(TestMap, other.TestMap)) return false;
803 return Equals(_unknownFields, other._unknownFields);
970 public override bool Equals(object other) {
971 return Equals(other as TestMessageMap);
975 public bool Equals(TestMessageMap other) {
982 if (!MapInt32Message.Equals(other.MapInt32Message)) return false;
983 return Equals(_unknownFields, other._unknownFields);
1145 public override bool Equals(object other) {
1146 return Equals(other as TestSameTypeMap);
1150 public bool Equals(TestSameTypeMap other) {
1157 if (!Map1.Equals(other.Map1)) return false;
1158 if (!Map2.Equals(other.Map2)) return false;
1159 return Equals(_unknownFields, other._unknownFields);
1474 public override bool Equals(object other) {
1475 return Equals(other as TestArenaMap);
1479 public bool Equals(TestArenaMap other) {
1486 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
1487 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
1488 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
1489 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
1490 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
1491 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
1492 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false;
1493 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false;
1494 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false;
1495 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false;
1496 if (!MapInt32Float.Equals(other.MapInt32Float)) return false;
1497 if (!MapInt32Double.Equals(other.MapInt32Double)) return false;
1498 if (!MapBoolBool.Equals(other.MapBoolBool)) return false;
1499 if (!MapInt32Enum.Equals(other.MapInt32Enum)) return false;
1500 if (!MapInt32ForeignMessage.Equals(other.MapInt32ForeignMessage)) return false;
1501 return Equals(_unknownFields, other._unknownFields);
1835 public override bool Equals(object other) {
1836 return Equals(other as MessageContainingEnumCalledType);
1840 public bool Equals(MessageContainingEnumCalledType other) {
1847 if (!Type.Equals(other.Type)) return false;
1848 return Equals(_unknownFields, other._unknownFields);
2010 public override bool Equals(object other) {
2011 return Equals(other as MessageContainingMapCalledEntry);
2015 public bool Equals(MessageContainingMapCalledEntry other) {
2022 if (!Entry.Equals(other.Entry)) return false;
2023 return Equals(_unknownFields, other._unknownFields);