Lines Matching refs:Equals

2289     public override bool Equals(object other) {
2290 return Equals(other as TestAllTypesProto2);
2294 public bool Equals(TestAllTypesProto2 other) {
2311 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OptionalFloat, other.OptionalFloat)) return false;
2312 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OptionalDouble, other.OptionalDouble)) return false;
2316 if (!object.Equals(OptionalNestedMessage, other.OptionalNestedMessage)) return false;
2317 if (!object.Equals(OptionalForeignMessage, other.OptionalForeignMessage)) return false;
2322 if (!object.Equals(RecursiveMessage, other.RecursiveMessage)) return false;
2323 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false;
2324 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false;
2325 if(!repeatedUint32_.Equals(other.repeatedUint32_)) return false;
2326 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false;
2327 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false;
2328 if(!repeatedSint64_.Equals(other.repeatedSint64_)) return false;
2329 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false;
2330 if(!repeatedFixed64_.Equals(other.repeatedFixed64_)) return false;
2331 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false;
2332 if(!repeatedSfixed64_.Equals(other.repeatedSfixed64_)) return false;
2333 if(!repeatedFloat_.Equals(other.repeatedFloat_)) return false;
2334 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false;
2335 if(!repeatedBool_.Equals(other.repeatedBool_)) return false;
2336 if(!repeatedString_.Equals(other.repeatedString_)) return false;
2337 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false;
2338 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false;
2339 if(!repeatedForeignMessage_.Equals(other.repeatedForeignMessage_)) return false;
2340 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false;
2341 if(!repeatedForeignEnum_.Equals(other.repeatedForeignEnum_)) return false;
2342 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false;
2343 if(!repeatedCord_.Equals(other.repeatedCord_)) return false;
2344 if(!packedInt32_.Equals(other.packedInt32_)) return false;
2345 if(!packedInt64_.Equals(other.packedInt64_)) return false;
2346 if(!packedUint32_.Equals(other.packedUint32_)) return false;
2347 if(!packedUint64_.Equals(other.packedUint64_)) return false;
2348 if(!packedSint32_.Equals(other.packedSint32_)) return false;
2349 if(!packedSint64_.Equals(other.packedSint64_)) return false;
2350 if(!packedFixed32_.Equals(other.packedFixed32_)) return false;
2351 if(!packedFixed64_.Equals(other.packedFixed64_)) return false;
2352 if(!packedSfixed32_.Equals(other.packedSfixed32_)) return false;
2353 if(!packedSfixed64_.Equals(other.packedSfixed64_)) return false;
2354 if(!packedFloat_.Equals(other.packedFloat_)) return false;
2355 if(!packedDouble_.Equals(other.packedDouble_)) return false;
2356 if(!packedBool_.Equals(other.packedBool_)) return false;
2357 if(!packedNestedEnum_.Equals(other.packedNestedEnum_)) return false;
2358 if(!unpackedInt32_.Equals(other.unpackedInt32_)) return false;
2359 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false;
2360 if(!unpackedUint32_.Equals(other.unpackedUint32_)) return false;
2361 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false;
2362 if(!unpackedSint32_.Equals(other.unpackedSint32_)) return false;
2363 if(!unpackedSint64_.Equals(other.unpackedSint64_)) return false;
2364 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false;
2365 if(!unpackedFixed64_.Equals(other.unpackedFixed64_)) return false;
2366 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false;
2367 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false;
2368 if(!unpackedFloat_.Equals(other.unpackedFloat_)) return false;
2369 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false;
2370 if(!unpackedBool_.Equals(other.unpackedBool_)) return false;
2371 if(!unpackedNestedEnum_.Equals(other.unpackedNestedEnum_)) return false;
2372 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false;
2373 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false;
2374 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false;
2375 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false;
2376 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false;
2377 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false;
2378 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false;
2379 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false;
2380 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false;
2381 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false;
2382 if (!MapInt32Float.Equals(other.MapInt32Float)) return false;
2383 if (!MapInt32Double.Equals(other.MapInt32Double)) return false;
2384 if (!MapBoolBool.Equals(other.MapBoolBool)) return false;
2385 if (!MapStringString.Equals(other.MapStringString)) return false;
2386 if (!MapStringBytes.Equals(other.MapStringBytes)) return false;
2387 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false;
2388 if (!MapStringForeignMessage.Equals(other.MapStringForeignMessage)) return false;
2389 if (!MapStringNestedEnum.Equals(other.MapStringNestedEnum)) return false;
2390 if (!MapStringForeignEnum.Equals(other.MapStringForeignEnum)) return false;
2392 if (!object.Equals(OneofNestedMessage, other.OneofNestedMessage)) return false;
2397 if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OneofFloat, other.OneofFloat)) return false;
2398 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OneofDouble, other.OneofDouble)) return false;
2400 if (!object.Equals(Data, other.Data)) return false;
2420 if (!Equals(_extensions, other._extensions)) {
2423 return Equals(_unknownFields, other._unknownFields);
4814 public override bool Equals(object other) {
4815 return Equals(other as NestedMessage);
4819 public bool Equals(NestedMessage other) {
4827 if (!object.Equals(Corecursive, other.Corecursive)) return false;
4828 return Equals(_unknownFields, other._unknownFields);
5062 public override bool Equals(object other) {
5063 return Equals(other as Data);
5067 public bool Equals(Data other) {
5076 return Equals(_unknownFields, other._unknownFields);
5256 public override bool Equals(object other) {
5257 return Equals(other as MessageSetCorrect);
5261 public bool Equals(MessageSetCorrect other) {
5268 if (!Equals(_extensions, other._extensions)) {
5271 return Equals(_unknownFields, other._unknownFields);
5458 public override bool Equals(object other) {
5459 return Equals(other as MessageSetCorrectExtension1);
5463 public bool Equals(MessageSetCorrectExtension1 other) {
5471 return Equals(_unknownFields, other._unknownFields);
5654 public override bool Equals(object other) {
5655 return Equals(other as MessageSetCorrectExtension2);
5659 public bool Equals(MessageSetCorrectExtension2 other) {
5667 return Equals(_unknownFields, other._unknownFields);
5855 public override bool Equals(object other) {
5856 return Equals(other as ForeignMessageProto2);
5860 public bool Equals(ForeignMessageProto2 other) {
5868 return Equals(_unknownFields, other._unknownFields);
6136 public override bool Equals(object other) {
6137 return Equals(other as UnknownToTestAllTypes);
6141 public bool Equals(UnknownToTestAllTypes other) {
6150 if (!object.Equals(NestedMessage, other.NestedMessage)) return false;
6151 if (!object.Equals(OptionalGroup, other.OptionalGroup)) return false;
6153 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false;
6154 return Equals(_unknownFields, other._unknownFields);
6457 public override bool Equals(object other) {
6458 return Equals(other as OptionalGroup);
6462 public bool Equals(OptionalGroup other) {
6470 return Equals(_unknownFields, other._unknownFields);