Lines Matching refs:Equals
2091 public override bool Equals(object other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
2092 return Equals(other as TestAllTypesProto3); in Equals()
2096 public bool Equals(TestAllTypesProto3 other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3
2113 …if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OptionalFloat, other.Opti… in Equals()
2114 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OptionalDouble, other.Opt… in Equals()
2118 if (!object.Equals(OptionalNestedMessage, other.OptionalNestedMessage)) return false; in Equals()
2119 if (!object.Equals(OptionalForeignMessage, other.OptionalForeignMessage)) return false; in Equals()
2125 if (!object.Equals(RecursiveMessage, other.RecursiveMessage)) return false; in Equals()
2126 if(!repeatedInt32_.Equals(other.repeatedInt32_)) return false; in Equals()
2127 if(!repeatedInt64_.Equals(other.repeatedInt64_)) return false; in Equals()
2128 if(!repeatedUint32_.Equals(other.repeatedUint32_)) return false; in Equals()
2129 if(!repeatedUint64_.Equals(other.repeatedUint64_)) return false; in Equals()
2130 if(!repeatedSint32_.Equals(other.repeatedSint32_)) return false; in Equals()
2131 if(!repeatedSint64_.Equals(other.repeatedSint64_)) return false; in Equals()
2132 if(!repeatedFixed32_.Equals(other.repeatedFixed32_)) return false; in Equals()
2133 if(!repeatedFixed64_.Equals(other.repeatedFixed64_)) return false; in Equals()
2134 if(!repeatedSfixed32_.Equals(other.repeatedSfixed32_)) return false; in Equals()
2135 if(!repeatedSfixed64_.Equals(other.repeatedSfixed64_)) return false; in Equals()
2136 if(!repeatedFloat_.Equals(other.repeatedFloat_)) return false; in Equals()
2137 if(!repeatedDouble_.Equals(other.repeatedDouble_)) return false; in Equals()
2138 if(!repeatedBool_.Equals(other.repeatedBool_)) return false; in Equals()
2139 if(!repeatedString_.Equals(other.repeatedString_)) return false; in Equals()
2140 if(!repeatedBytes_.Equals(other.repeatedBytes_)) return false; in Equals()
2141 if(!repeatedNestedMessage_.Equals(other.repeatedNestedMessage_)) return false; in Equals()
2142 if(!repeatedForeignMessage_.Equals(other.repeatedForeignMessage_)) return false; in Equals()
2143 if(!repeatedNestedEnum_.Equals(other.repeatedNestedEnum_)) return false; in Equals()
2144 if(!repeatedForeignEnum_.Equals(other.repeatedForeignEnum_)) return false; in Equals()
2145 if(!repeatedStringPiece_.Equals(other.repeatedStringPiece_)) return false; in Equals()
2146 if(!repeatedCord_.Equals(other.repeatedCord_)) return false; in Equals()
2147 if(!packedInt32_.Equals(other.packedInt32_)) return false; in Equals()
2148 if(!packedInt64_.Equals(other.packedInt64_)) return false; in Equals()
2149 if(!packedUint32_.Equals(other.packedUint32_)) return false; in Equals()
2150 if(!packedUint64_.Equals(other.packedUint64_)) return false; in Equals()
2151 if(!packedSint32_.Equals(other.packedSint32_)) return false; in Equals()
2152 if(!packedSint64_.Equals(other.packedSint64_)) return false; in Equals()
2153 if(!packedFixed32_.Equals(other.packedFixed32_)) return false; in Equals()
2154 if(!packedFixed64_.Equals(other.packedFixed64_)) return false; in Equals()
2155 if(!packedSfixed32_.Equals(other.packedSfixed32_)) return false; in Equals()
2156 if(!packedSfixed64_.Equals(other.packedSfixed64_)) return false; in Equals()
2157 if(!packedFloat_.Equals(other.packedFloat_)) return false; in Equals()
2158 if(!packedDouble_.Equals(other.packedDouble_)) return false; in Equals()
2159 if(!packedBool_.Equals(other.packedBool_)) return false; in Equals()
2160 if(!packedNestedEnum_.Equals(other.packedNestedEnum_)) return false; in Equals()
2161 if(!unpackedInt32_.Equals(other.unpackedInt32_)) return false; in Equals()
2162 if(!unpackedInt64_.Equals(other.unpackedInt64_)) return false; in Equals()
2163 if(!unpackedUint32_.Equals(other.unpackedUint32_)) return false; in Equals()
2164 if(!unpackedUint64_.Equals(other.unpackedUint64_)) return false; in Equals()
2165 if(!unpackedSint32_.Equals(other.unpackedSint32_)) return false; in Equals()
2166 if(!unpackedSint64_.Equals(other.unpackedSint64_)) return false; in Equals()
2167 if(!unpackedFixed32_.Equals(other.unpackedFixed32_)) return false; in Equals()
2168 if(!unpackedFixed64_.Equals(other.unpackedFixed64_)) return false; in Equals()
2169 if(!unpackedSfixed32_.Equals(other.unpackedSfixed32_)) return false; in Equals()
2170 if(!unpackedSfixed64_.Equals(other.unpackedSfixed64_)) return false; in Equals()
2171 if(!unpackedFloat_.Equals(other.unpackedFloat_)) return false; in Equals()
2172 if(!unpackedDouble_.Equals(other.unpackedDouble_)) return false; in Equals()
2173 if(!unpackedBool_.Equals(other.unpackedBool_)) return false; in Equals()
2174 if(!unpackedNestedEnum_.Equals(other.unpackedNestedEnum_)) return false; in Equals()
2175 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
2176 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false; in Equals()
2177 if (!MapUint32Uint32.Equals(other.MapUint32Uint32)) return false; in Equals()
2178 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false; in Equals()
2179 if (!MapSint32Sint32.Equals(other.MapSint32Sint32)) return false; in Equals()
2180 if (!MapSint64Sint64.Equals(other.MapSint64Sint64)) return false; in Equals()
2181 if (!MapFixed32Fixed32.Equals(other.MapFixed32Fixed32)) return false; in Equals()
2182 if (!MapFixed64Fixed64.Equals(other.MapFixed64Fixed64)) return false; in Equals()
2183 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false; in Equals()
2184 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false; in Equals()
2185 if (!MapInt32Float.Equals(other.MapInt32Float)) return false; in Equals()
2186 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
2187 if (!MapBoolBool.Equals(other.MapBoolBool)) return false; in Equals()
2188 if (!MapStringString.Equals(other.MapStringString)) return false; in Equals()
2189 if (!MapStringBytes.Equals(other.MapStringBytes)) return false; in Equals()
2190 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
2191 if (!MapStringForeignMessage.Equals(other.MapStringForeignMessage)) return false; in Equals()
2192 if (!MapStringNestedEnum.Equals(other.MapStringNestedEnum)) return false; in Equals()
2193 if (!MapStringForeignEnum.Equals(other.MapStringForeignEnum)) return false; in Equals()
2195 if (!object.Equals(OneofNestedMessage, other.OneofNestedMessage)) return false; in Equals()
2200 …if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals(OneofFloat, other.OneofFl… in Equals()
2201 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OneofDouble, other.OneofD… in Equals()
2208 …if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(OptionalFloatWrap… in Equals()
2209 …if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(OptionalDoubleWra… in Equals()
2212 if(!repeatedBoolWrapper_.Equals(other.repeatedBoolWrapper_)) return false; in Equals()
2213 if(!repeatedInt32Wrapper_.Equals(other.repeatedInt32Wrapper_)) return false; in Equals()
2214 if(!repeatedInt64Wrapper_.Equals(other.repeatedInt64Wrapper_)) return false; in Equals()
2215 if(!repeatedUint32Wrapper_.Equals(other.repeatedUint32Wrapper_)) return false; in Equals()
2216 if(!repeatedUint64Wrapper_.Equals(other.repeatedUint64Wrapper_)) return false; in Equals()
2217 if(!repeatedFloatWrapper_.Equals(other.repeatedFloatWrapper_)) return false; in Equals()
2218 if(!repeatedDoubleWrapper_.Equals(other.repeatedDoubleWrapper_)) return false; in Equals()
2219 if(!repeatedStringWrapper_.Equals(other.repeatedStringWrapper_)) return false; in Equals()
2220 if(!repeatedBytesWrapper_.Equals(other.repeatedBytesWrapper_)) return false; in Equals()
2221 if (!object.Equals(OptionalDuration, other.OptionalDuration)) return false; in Equals()
2222 if (!object.Equals(OptionalTimestamp, other.OptionalTimestamp)) return false; in Equals()
2223 if (!object.Equals(OptionalFieldMask, other.OptionalFieldMask)) return false; in Equals()
2224 if (!object.Equals(OptionalStruct, other.OptionalStruct)) return false; in Equals()
2225 if (!object.Equals(OptionalAny, other.OptionalAny)) return false; in Equals()
2226 if (!object.Equals(OptionalValue, other.OptionalValue)) return false; in Equals()
2227 if(!repeatedDuration_.Equals(other.repeatedDuration_)) return false; in Equals()
2228 if(!repeatedTimestamp_.Equals(other.repeatedTimestamp_)) return false; in Equals()
2229 if(!repeatedFieldmask_.Equals(other.repeatedFieldmask_)) return false; in Equals()
2230 if(!repeatedStruct_.Equals(other.repeatedStruct_)) return false; in Equals()
2231 if(!repeatedAny_.Equals(other.repeatedAny_)) return false; in Equals()
2232 if(!repeatedValue_.Equals(other.repeatedValue_)) return false; in Equals()
2233 if(!repeatedListValue_.Equals(other.repeatedListValue_)) return false; in Equals()
2253 return Equals(_unknownFields, other._unknownFields); in Equals()
5249 public override bool Equals(object other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
5250 return Equals(other as NestedMessage); in Equals()
5254 public bool Equals(NestedMessage other) { in Equals() method in ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage
5262 if (!object.Equals(Corecursive, other.Corecursive)) return false; in Equals()
5263 return Equals(_unknownFields, other._unknownFields); in Equals()
5459 public override bool Equals(object other) { in Equals() method in ProtobufTestMessages.Proto3.ForeignMessage
5460 return Equals(other as ForeignMessage); in Equals()
5464 public bool Equals(ForeignMessage other) { in Equals() method in ProtobufTestMessages.Proto3.ForeignMessage
5472 return Equals(_unknownFields, other._unknownFields); in Equals()