Lines Matching refs:Equals

345     public override bool Equals(object other) {
346 return Equals(other as TestMessageWithCustomOptions);
350 public bool Equals(TestMessageWithCustomOptions other) {
360 return Equals(_unknownFields, other._unknownFields);
551 public override bool Equals(object other) {
552 return Equals(other as CustomOptionFooRequest);
556 public bool Equals(CustomOptionFooRequest other) {
563 return Equals(_unknownFields, other._unknownFields);
687 public override bool Equals(object other) {
688 return Equals(other as CustomOptionFooResponse);
692 public bool Equals(CustomOptionFooResponse other) {
699 return Equals(_unknownFields, other._unknownFields);
823 public override bool Equals(object other) {
824 return Equals(other as CustomOptionFooClientMessage);
828 public bool Equals(CustomOptionFooClientMessage other) {
835 return Equals(_unknownFields, other._unknownFields);
959 public override bool Equals(object other) {
960 return Equals(other as CustomOptionFooServerMessage);
964 public bool Equals(CustomOptionFooServerMessage other) {
971 return Equals(_unknownFields, other._unknownFields);
1095 public override bool Equals(object other) {
1096 return Equals(other as DummyMessageContainingEnum);
1100 public bool Equals(DummyMessageContainingEnum other) {
1107 return Equals(_unknownFields, other._unknownFields);
1244 public override bool Equals(object other) {
1245 return Equals(other as DummyMessageInvalidAsOptionType);
1249 public bool Equals(DummyMessageInvalidAsOptionType other) {
1256 return Equals(_unknownFields, other._unknownFields);
1380 public override bool Equals(object other) {
1381 return Equals(other as CustomOptionMinIntegerValues);
1385 public bool Equals(CustomOptionMinIntegerValues other) {
1392 return Equals(_unknownFields, other._unknownFields);
1516 public override bool Equals(object other) {
1517 return Equals(other as CustomOptionMaxIntegerValues);
1521 public bool Equals(CustomOptionMaxIntegerValues other) {
1528 return Equals(_unknownFields, other._unknownFields);
1652 public override bool Equals(object other) {
1653 return Equals(other as CustomOptionOtherValues);
1657 public bool Equals(CustomOptionOtherValues other) {
1664 return Equals(_unknownFields, other._unknownFields);
1788 public override bool Equals(object other) {
1789 return Equals(other as SettingRealsFromPositiveInts);
1793 public bool Equals(SettingRealsFromPositiveInts other) {
1800 return Equals(_unknownFields, other._unknownFields);
1924 public override bool Equals(object other) {
1925 return Equals(other as SettingRealsFromNegativeInts);
1929 public bool Equals(SettingRealsFromNegativeInts other) {
1936 return Equals(_unknownFields, other._unknownFields);
2107 public override bool Equals(object other) {
2108 return Equals(other as ComplexOptionType1);
2112 public bool Equals(ComplexOptionType1 other) {
2122 if(!foo4_.Equals(other.foo4_)) return false;
2123 return Equals(_unknownFields, other._unknownFields);
2378 public override bool Equals(object other) {
2379 return Equals(other as ComplexOptionType2);
2383 public bool Equals(ComplexOptionType2 other) {
2390 if (!object.Equals(Bar, other.Bar)) return false;
2392 if (!object.Equals(Fred, other.Fred)) return false;
2393 if(!barney_.Equals(other.barney_)) return false;
2394 return Equals(_unknownFields, other._unknownFields);
2632 public override bool Equals(object other) {
2633 return Equals(other as ComplexOptionType4);
2637 public bool Equals(ComplexOptionType4 other) {
2645 return Equals(_unknownFields, other._unknownFields);
2818 public override bool Equals(object other) {
2819 return Equals(other as ComplexOptionType3);
2823 public bool Equals(ComplexOptionType3 other) {
2831 return Equals(_unknownFields, other._unknownFields);
2981 public override bool Equals(object other) {
2982 return Equals(other as VariousComplexOptions);
2986 public bool Equals(VariousComplexOptions other) {
2993 return Equals(_unknownFields, other._unknownFields);
3159 public override bool Equals(object other) {
3160 return Equals(other as Aggregate);
3164 public bool Equals(Aggregate other) {
3173 if (!object.Equals(Sub, other.Sub)) return false;
3174 return Equals(_unknownFields, other._unknownFields);
3388 public override bool Equals(object other) {
3389 return Equals(other as AggregateMessage);
3393 public bool Equals(AggregateMessage other) {
3401 return Equals(_unknownFields, other._unknownFields);
3551 public override bool Equals(object other) {
3552 return Equals(other as NestedOptionType);
3556 public bool Equals(NestedOptionType other) {
3563 return Equals(_unknownFields, other._unknownFields);
3706 public override bool Equals(object other) {
3707 return Equals(other as NestedMessage);
3711 public bool Equals(NestedMessage other) {
3719 return Equals(_unknownFields, other._unknownFields);