Lines Matching refs:Equals
139 public override bool Equals(object other) {
140 return Equals(other as Issue307);
144 public bool Equals(Issue307 other) {
151 return Equals(_unknownFields, other._unknownFields);
277 public override bool Equals(object other) {
278 return Equals(other as NestedOnce);
282 public bool Equals(NestedOnce other) {
289 return Equals(_unknownFields, other._unknownFields);
415 public override bool Equals(object other) {
416 return Equals(other as NestedTwice);
420 public bool Equals(NestedTwice other) {
427 return Equals(_unknownFields, other._unknownFields);
595 public override bool Equals(object other) {
596 return Equals(other as NegativeEnumMessage);
600 public bool Equals(NegativeEnumMessage other) {
608 if(!values_.Equals(other.values_)) return false;
609 if(!packedValues_.Equals(other.packedValues_)) return false;
610 return Equals(_unknownFields, other._unknownFields);
787 public override bool Equals(object other) {
788 return Equals(other as DeprecatedChild);
792 public bool Equals(DeprecatedChild other) {
799 return Equals(_unknownFields, other._unknownFields);
998 public override bool Equals(object other) {
999 return Equals(other as DeprecatedFieldsMessage);
1003 public bool Equals(DeprecatedFieldsMessage other) {
1011 if(!primitiveArray_.Equals(other.primitiveArray_)) return false;
1012 if (!object.Equals(MessageValue, other.MessageValue)) return false;
1013 if(!messageArray_.Equals(other.messageArray_)) return false;
1015 if(!enumArray_.Equals(other.enumArray_)) return false;
1016 return Equals(_unknownFields, other._unknownFields);
1276 public override bool Equals(object other) {
1277 return Equals(other as ItemField);
1281 public bool Equals(ItemField other) {
1289 return Equals(_unknownFields, other._unknownFields);
1460 public override bool Equals(object other) {
1461 return Equals(other as ReservedNames);
1465 public bool Equals(ReservedNames other) {
1474 return Equals(_unknownFields, other._unknownFields);
1649 public override bool Equals(object other) {
1650 return Equals(other as SomeNestedType);
1654 public bool Equals(SomeNestedType other) {
1661 return Equals(_unknownFields, other._unknownFields);
1926 public override bool Equals(object other) {
1927 return Equals(other as TestJsonFieldOrdering);
1931 public bool Equals(TestJsonFieldOrdering other) {
1946 return Equals(_unknownFields, other._unknownFields);
2255 public override bool Equals(object other) {
2256 return Equals(other as TestJsonName);
2260 public bool Equals(TestJsonName other) {
2270 return Equals(_unknownFields, other._unknownFields);
2518 public override bool Equals(object other) {
2519 return Equals(other as OneofMerging);
2523 public bool Equals(OneofMerging other) {
2531 if (!object.Equals(Nested, other.Nested)) return false;
2533 return Equals(_unknownFields, other._unknownFields);
2746 public override bool Equals(object other) {
2747 return Equals(other as Nested);
2751 public bool Equals(Nested other) {
2760 return Equals(_unknownFields, other._unknownFields);
2985 public override bool Equals(object other) {
2986 return Equals(other as NullValueOutsideStruct);
2990 public bool Equals(NullValueOutsideStruct other) {
3000 return Equals(_unknownFields, other._unknownFields);
3188 public override bool Equals(object other) {
3189 return Equals(other as NullValueNotInOneof);
3193 public bool Equals(NullValueNotInOneof other) {
3201 return Equals(_unknownFields, other._unknownFields);
3382 public override bool Equals(object other) {
3383 return Equals(other as MixedRegularAndOptional);
3387 public bool Equals(MixedRegularAndOptional other) {
3396 return Equals(_unknownFields, other._unknownFields);