Lines Matching refs:Equals
893 public override bool Equals(object other) {
894 return Equals(other as TestAllTypes);
898 public bool Equals(TestAllTypes other) {
915 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(SingleFloat, other.SingleFloat)) return false;
916 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(SingleDouble, other.SingleDouble)) return false;
920 if (!object.Equals(SingleNestedMessage, other.SingleNestedMessage)) return false;
921 if (!object.Equals(SingleForeignMessage, other.SingleForeignMessage)) return false;
922 if (!object.Equals(SingleImportMessage, other.SingleImportMessage)) return false;
926 if (!object.Equals(SinglePublicImportMessage, other.SinglePublicImportMessage)) return false;
927 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false;
928 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false;
929 if(!repeatedUint32_.Equals(other.repeatedUint32_)) return false;
930 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false;
931 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false;
932 if(!repeatedSint64_.Equals(other.repeatedSint64_)) return false;
933 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false;
934 if(!repeatedFixed64_.Equals(other.repeatedFixed64_)) return false;
935 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false;
936 if(!repeatedSfixed64_.Equals(other.repeatedSfixed64_)) return false;
937 if(!repeatedFloat_.Equals(other.repeatedFloat_)) return false;
938 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false;
939 if(!repeatedBool_.Equals(other.repeatedBool_)) return false;
940 if(!repeatedString_.Equals(other.repeatedString_)) return false;
941 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false;
942 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false;
943 if(!repeatedForeignMessage_.Equals(other.repeatedForeignMessage_)) return false;
944 if(!repeatedImportMessage_.Equals(other.repeatedImportMessage_)) return false;
945 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false;
946 if(!repeatedForeignEnum_.Equals(other.repeatedForeignEnum_)) return false;
947 if(!repeatedImportEnum_.Equals(other.repeatedImportEnum_)) return false;
948 if(!repeatedPublicImportMessage_.Equals(other.repeatedPublicImportMessage_)) return false;
950 if (!object.Equals(OneofNestedMessage, other.OneofNestedMessage)) return false;
954 return Equals(_unknownFields, other._unknownFields);
2077 public override bool Equals(object other) {
2078 return Equals(other as NestedMessage);
2082 public bool Equals(NestedMessage other) {
2090 return Equals(_unknownFields, other._unknownFields);
2280 public override bool Equals(object other) {
2281 return Equals(other as NestedTestAllTypes);
2285 public bool Equals(NestedTestAllTypes other) {
2292 if (!object.Equals(Child, other.Child)) return false;
2293 if (!object.Equals(Payload, other.Payload)) return false;
2294 if(!repeatedChild_.Equals(other.repeatedChild_)) return false;
2295 return Equals(_unknownFields, other._unknownFields);
2509 public override bool Equals(object other) {
2510 return Equals(other as TestDeprecatedFields);
2514 public bool Equals(TestDeprecatedFields other) {
2522 return Equals(_unknownFields, other._unknownFields);
2685 public override bool Equals(object other) {
2686 return Equals(other as ForeignMessage);
2690 public bool Equals(ForeignMessage other) {
2698 return Equals(_unknownFields, other._unknownFields);
2845 public override bool Equals(object other) {
2846 return Equals(other as TestReservedFields);
2850 public bool Equals(TestReservedFields other) {
2857 return Equals(_unknownFields, other._unknownFields);
2996 public override bool Equals(object other) {
2997 return Equals(other as TestForeignNested);
3001 public bool Equals(TestForeignNested other) {
3008 if (!object.Equals(ForeignNested, other.ForeignNested)) return false;
3009 return Equals(_unknownFields, other._unknownFields);
3196 public override bool Equals(object other) {
3197 return Equals(other as TestReallyLargeTagNumber);
3201 public bool Equals(TestReallyLargeTagNumber other) {
3210 return Equals(_unknownFields, other._unknownFields);
3404 public override bool Equals(object other) {
3405 return Equals(other as TestRecursiveMessage);
3409 public bool Equals(TestRecursiveMessage other) {
3416 if (!object.Equals(A, other.A)) return false;
3418 return Equals(_unknownFields, other._unknownFields);
3612 public override bool Equals(object other) {
3613 return Equals(other as TestMutualRecursionA);
3617 public bool Equals(TestMutualRecursionA other) {
3624 if (!object.Equals(Bb, other.Bb)) return false;
3625 return Equals(_unknownFields, other._unknownFields);
3805 public override bool Equals(object other) {
3806 return Equals(other as TestMutualRecursionB);
3810 public bool Equals(TestMutualRecursionB other) {
3817 if (!object.Equals(A, other.A)) return false;
3819 return Equals(_unknownFields, other._unknownFields);
4010 public override bool Equals(object other) {
4011 return Equals(other as TestEnumAllowAlias);
4015 public bool Equals(TestEnumAllowAlias other) {
4023 return Equals(_unknownFields, other._unknownFields);
4266 public override bool Equals(object other) {
4267 return Equals(other as TestCamelCaseFieldNames);
4271 public bool Equals(TestCamelCaseFieldNames other) {
4281 if (!object.Equals(MessageField, other.MessageField)) return false;
4282 if(!repeatedPrimitiveField_.Equals(other.repeatedPrimitiveField_)) return false;
4283 if(!repeatedStringField_.Equals(other.repeatedStringField_)) return false;
4284 if(!repeatedEnumField_.Equals(other.repeatedEnumField_)) return false;
4285 if(!repeatedMessageField_.Equals(other.repeatedMessageField_)) return false;
4286 return Equals(_unknownFields, other._unknownFields);
4619 public override bool Equals(object other) {
4620 return Equals(other as TestFieldOrderings);
4624 public bool Equals(TestFieldOrderings other) {
4633 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(MyFloat, other.MyFloat)) return false;
4634 if (!object.Equals(SingleNestedMessage, other.SingleNestedMessage)) return false;
4635 return Equals(_unknownFields, other._unknownFields);
4891 public override bool Equals(object other) {
4892 return Equals(other as NestedMessage);
4896 public bool Equals(NestedMessage other) {
4905 return Equals(_unknownFields, other._unknownFields);
5092 public override bool Equals(object other) {
5093 return Equals(other as SparseEnumMessage);
5097 public bool Equals(SparseEnumMessage other) {
5105 return Equals(_unknownFields, other._unknownFields);
5267 public override bool Equals(object other) {
5268 return Equals(other as OneString);
5272 public bool Equals(OneString other) {
5280 return Equals(_unknownFields, other._unknownFields);
5438 public override bool Equals(object other) {
5439 return Equals(other as MoreString);
5443 public bool Equals(MoreString other) {
5450 if(!data_.Equals(other.data_)) return false;
5451 return Equals(_unknownFields, other._unknownFields);
5600 public override bool Equals(object other) {
5601 return Equals(other as OneBytes);
5605 public bool Equals(OneBytes other) {
5613 return Equals(_unknownFields, other._unknownFields);
5772 public override bool Equals(object other) {
5773 return Equals(other as MoreBytes);
5777 public bool Equals(MoreBytes other) {
5785 return Equals(_unknownFields, other._unknownFields);
5947 public override bool Equals(object other) {
5948 return Equals(other as Int32Message);
5952 public bool Equals(Int32Message other) {
5960 return Equals(_unknownFields, other._unknownFields);
6119 public override bool Equals(object other) {
6120 return Equals(other as Uint32Message);
6124 public bool Equals(Uint32Message other) {
6132 return Equals(_unknownFields, other._unknownFields);
6291 public override bool Equals(object other) {
6292 return Equals(other as Int64Message);
6296 public bool Equals(Int64Message other) {
6304 return Equals(_unknownFields, other._unknownFields);
6463 public override bool Equals(object other) {
6464 return Equals(other as Uint64Message);
6468 public bool Equals(Uint64Message other) {
6476 return Equals(_unknownFields, other._unknownFields);
6635 public override bool Equals(object other) {
6636 return Equals(other as BoolMessage);
6640 public bool Equals(BoolMessage other) {
6648 return Equals(_unknownFields, other._unknownFields);
6863 public override bool Equals(object other) {
6864 return Equals(other as TestOneof);
6868 public bool Equals(TestOneof other) {
6877 if (!object.Equals(FooMessage, other.FooMessage)) return false;
6879 return Equals(_unknownFields, other._unknownFields);
7243 public override bool Equals(object other) {
7244 return Equals(other as TestPackedTypes);
7248 public bool Equals(TestPackedTypes other) {
7255 if(!packedInt32_.Equals(other.packedInt32_)) return false;
7256 if(!packedInt64_.Equals(other.packedInt64_)) return false;
7257 if(!packedUint32_.Equals(other.packedUint32_)) return false;
7258 if(!packedUint64_.Equals(other.packedUint64_)) return false;
7259 if(!packedSint32_.Equals(other.packedSint32_)) return false;
7260 if(!packedSint64_.Equals(other.packedSint64_)) return false;
7261 if(!packedFixed32_.Equals(other.packedFixed32_)) return false;
7262 if(!packedFixed64_.Equals(other.packedFixed64_)) return false;
7263 if(!packedSfixed32_.Equals(other.packedSfixed32_)) return false;
7264 if(!packedSfixed64_.Equals(other.packedSfixed64_)) return false;
7265 if(!packedFloat_.Equals(other.packedFloat_)) return false;
7266 if(!packedDouble_.Equals(other.packedDouble_)) return false;
7267 if(!packedBool_.Equals(other.packedBool_)) return false;
7268 if(!packedEnum_.Equals(other.packedEnum_)) return false;
7269 return Equals(_unknownFields, other._unknownFields);
7761 public override bool Equals(object other) {
7762 return Equals(other as TestUnpackedTypes);
7766 public bool Equals(TestUnpackedTypes other) {
7773 if(!unpackedInt32_.Equals(other.unpackedInt32_)) return false;
7774 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false;
7775 if(!unpackedUint32_.Equals(other.unpackedUint32_)) return false;
7776 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false;
7777 if(!unpackedSint32_.Equals(other.unpackedSint32_)) return false;
7778 if(!unpackedSint64_.Equals(other.unpackedSint64_)) return false;
7779 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false;
7780 if(!unpackedFixed64_.Equals(other.unpackedFixed64_)) return false;
7781 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false;
7782 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false;
7783 if(!unpackedFloat_.Equals(other.unpackedFloat_)) return false;
7784 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false;
7785 if(!unpackedBool_.Equals(other.unpackedBool_)) return false;
7786 if(!unpackedEnum_.Equals(other.unpackedEnum_)) return false;
7787 return Equals(_unknownFields, other._unknownFields);
8201 public override bool Equals(object other) {
8202 return Equals(other as TestRepeatedScalarDifferentTagSizes);
8206 public bool Equals(TestRepeatedScalarDifferentTagSizes other) {
8213 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false;
8214 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false;
8215 if(!repeatedFixed64_.Equals(other.repeatedFixed64_)) return false;
8216 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false;
8217 if(!repeatedFloat_.Equals(other.repeatedFloat_)) return false;
8218 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false;
8219 return Equals(_unknownFields, other._unknownFields);
8448 public override bool Equals(object other) {
8449 return Equals(other as TestCommentInjectionMessage);
8453 public bool Equals(TestCommentInjectionMessage other) {
8461 return Equals(_unknownFields, other._unknownFields);
8611 public override bool Equals(object other) {
8612 return Equals(other as FooRequest);
8616 public bool Equals(FooRequest other) {
8623 return Equals(_unknownFields, other._unknownFields);
8747 public override bool Equals(object other) {
8748 return Equals(other as FooResponse);
8752 public bool Equals(FooResponse other) {
8759 return Equals(_unknownFields, other._unknownFields);
8883 public override bool Equals(object other) {
8884 return Equals(other as FooClientMessage);
8888 public bool Equals(FooClientMessage other) {
8895 return Equals(_unknownFields, other._unknownFields);
9019 public override bool Equals(object other) {
9020 return Equals(other as FooServerMessage);
9024 public bool Equals(FooServerMessage other) {
9031 return Equals(_unknownFields, other._unknownFields);
9155 public override bool Equals(object other) {
9156 return Equals(other as BarRequest);
9160 public bool Equals(BarRequest other) {
9167 return Equals(_unknownFields, other._unknownFields);
9291 public override bool Equals(object other) {
9292 return Equals(other as BarResponse);
9296 public bool Equals(BarResponse other) {
9303 return Equals(_unknownFields, other._unknownFields);
9427 public override bool Equals(object other) {
9428 return Equals(other as TestEmptyMessage);
9432 public bool Equals(TestEmptyMessage other) {
9439 return Equals(_unknownFields, other._unknownFields);
9581 public override bool Equals(object other) {
9582 return Equals(other as CommentMessage);
9586 public bool Equals(CommentMessage other) {
9594 return Equals(_unknownFields, other._unknownFields);
9771 public override bool Equals(object other) {
9772 return Equals(other as NestedCommentMessage);
9776 public bool Equals(NestedCommentMessage other) {
9784 return Equals(_unknownFields, other._unknownFields);