Lines Matching refs:Equals

246     public override bool Equals(object other) {
247 return Equals(other as FileDescriptorSet);
251 public bool Equals(FileDescriptorSet other) {
258 if(!file_.Equals(other.file_)) return false;
259 return Equals(_unknownFields, other._unknownFields);
601 public override bool Equals(object other) {
602 return Equals(other as FileDescriptorProto);
606 public bool Equals(FileDescriptorProto other) {
615 if(!dependency_.Equals(other.dependency_)) return false;
616 if(!publicDependency_.Equals(other.publicDependency_)) return false;
617 if(!weakDependency_.Equals(other.weakDependency_)) return false;
618 if(!messageType_.Equals(other.messageType_)) return false;
619 if(!enumType_.Equals(other.enumType_)) return false;
620 if(!service_.Equals(other.service_)) return false;
621 if(!extension_.Equals(other.extension_)) return false;
622 if (!object.Equals(Options, other.Options)) return false;
623 if (!object.Equals(SourceCodeInfo, other.SourceCodeInfo)) return false;
625 return Equals(_unknownFields, other._unknownFields);
1108 public override bool Equals(object other) {
1109 return Equals(other as DescriptorProto);
1113 public bool Equals(DescriptorProto other) {
1121 if(!field_.Equals(other.field_)) return false;
1122 if(!extension_.Equals(other.extension_)) return false;
1123 if(!nestedType_.Equals(other.nestedType_)) return false;
1124 if(!enumType_.Equals(other.enumType_)) return false;
1125 if(!extensionRange_.Equals(other.extensionRange_)) return false;
1126 if(!oneofDecl_.Equals(other.oneofDecl_)) return false;
1127 if (!object.Equals(Options, other.Options)) return false;
1128 if(!reservedRange_.Equals(other.reservedRange_)) return false;
1129 if(!reservedName_.Equals(other.reservedName_)) return false;
1130 return Equals(_unknownFields, other._unknownFields);
1485 public override bool Equals(object other) {
1486 return Equals(other as ExtensionRange);
1490 public bool Equals(ExtensionRange other) {
1499 if (!object.Equals(Options, other.Options)) return false;
1500 return Equals(_unknownFields, other._unknownFields);
1765 public override bool Equals(object other) {
1766 return Equals(other as ReservedRange);
1770 public bool Equals(ReservedRange other) {
1779 return Equals(_unknownFields, other._unknownFields);
1971 public override bool Equals(object other) {
1972 return Equals(other as ExtensionRangeOptions);
1976 public bool Equals(ExtensionRangeOptions other) {
1983 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
1984 if (!Equals(_extensions, other._extensions)) {
1987 return Equals(_unknownFields, other._unknownFields);
2480 public override bool Equals(object other) {
2481 return Equals(other as FieldDescriptorProto);
2485 public bool Equals(FieldDescriptorProto other) {
2501 if (!object.Equals(Options, other.Options)) return false;
2503 return Equals(_unknownFields, other._unknownFields);
2995 public override bool Equals(object other) {
2996 return Equals(other as OneofDescriptorProto);
3000 public bool Equals(OneofDescriptorProto other) {
3008 if (!object.Equals(Options, other.Options)) return false;
3009 return Equals(_unknownFields, other._unknownFields);
3269 public override bool Equals(object other) {
3270 return Equals(other as EnumDescriptorProto);
3274 public bool Equals(EnumDescriptorProto other) {
3282 if(!value_.Equals(other.value_)) return false;
3283 if (!object.Equals(Options, other.Options)) return false;
3284 if(!reservedRange_.Equals(other.reservedRange_)) return false;
3285 if(!reservedName_.Equals(other.reservedName_)) return false;
3286 return Equals(_unknownFields, other._unknownFields);
3572 public override bool Equals(object other) {
3573 return Equals(other as EnumReservedRange);
3577 public bool Equals(EnumReservedRange other) {
3586 return Equals(_unknownFields, other._unknownFields);
3827 public override bool Equals(object other) {
3828 return Equals(other as EnumValueDescriptorProto);
3832 public bool Equals(EnumValueDescriptorProto other) {
3841 if (!object.Equals(Options, other.Options)) return false;
3842 return Equals(_unknownFields, other._unknownFields);
4094 public override bool Equals(object other) {
4095 return Equals(other as ServiceDescriptorProto);
4099 public bool Equals(ServiceDescriptorProto other) {
4107 if(!method_.Equals(other.method_)) return false;
4108 if (!object.Equals(Options, other.Options)) return false;
4109 return Equals(_unknownFields, other._unknownFields);
4450 public override bool Equals(object other) {
4451 return Equals(other as MethodDescriptorProto);
4455 public bool Equals(MethodDescriptorProto other) {
4465 if (!object.Equals(Options, other.Options)) return false;
4468 return Equals(_unknownFields, other._unknownFields);
5345 public override bool Equals(object other) {
5346 return Equals(other as FileOptions);
5350 public bool Equals(FileOptions other) {
5377 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
5378 if (!Equals(_extensions, other._extensions)) {
5381 return Equals(_unknownFields, other._unknownFields);
6215 public override bool Equals(object other) {
6216 return Equals(other as MessageOptions);
6220 public bool Equals(MessageOptions other) {
6231 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
6232 if (!Equals(_extensions, other._extensions)) {
6235 return Equals(_unknownFields, other._unknownFields);
6736 public override bool Equals(object other) {
6737 return Equals(other as FieldOptions);
6741 public bool Equals(FieldOptions other) {
6754 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
6755 if (!Equals(_extensions, other._extensions)) {
6758 return Equals(_unknownFields, other._unknownFields);
7120 public override bool Equals(object other) {
7121 return Equals(other as OneofOptions);
7125 public bool Equals(OneofOptions other) {
7132 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
7133 if (!Equals(_extensions, other._extensions)) {
7136 return Equals(_unknownFields, other._unknownFields);
7391 public override bool Equals(object other) {
7392 return Equals(other as EnumOptions);
7396 public bool Equals(EnumOptions other) {
7405 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
7406 if (!Equals(_extensions, other._extensions)) {
7409 return Equals(_unknownFields, other._unknownFields);
7681 public override bool Equals(object other) {
7682 return Equals(other as EnumValueOptions);
7686 public bool Equals(EnumValueOptions other) {
7694 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
7695 if (!Equals(_extensions, other._extensions)) {
7698 return Equals(_unknownFields, other._unknownFields);
7947 public override bool Equals(object other) {
7948 return Equals(other as ServiceOptions);
7952 public bool Equals(ServiceOptions other) {
7960 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
7961 if (!Equals(_extensions, other._extensions)) {
7964 return Equals(_unknownFields, other._unknownFields);
8238 public override bool Equals(object other) {
8239 return Equals(other as MethodOptions);
8243 public bool Equals(MethodOptions other) {
8252 if(!uninterpretedOption_.Equals(other.uninterpretedOption_)) return false;
8253 if (!Equals(_extensions, other._extensions)) {
8256 return Equals(_unknownFields, other._unknownFields);
8674 public override bool Equals(object other) {
8675 return Equals(other as UninterpretedOption);
8679 public bool Equals(UninterpretedOption other) {
8686 if(!name_.Equals(other.name_)) return false;
8690 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DoubleValue, other.DoubleValue)) return false;
8693 return Equals(_unknownFields, other._unknownFields);
9028 public override bool Equals(object other) {
9029 return Equals(other as NamePart);
9033 public bool Equals(NamePart other) {
9042 return Equals(_unknownFields, other._unknownFields);
9277 public override bool Equals(object other) {
9278 return Equals(other as SourceCodeInfo);
9282 public bool Equals(SourceCodeInfo other) {
9289 if(!location_.Equals(other.location_)) return false;
9290 return Equals(_unknownFields, other._unknownFields);
9591 public override bool Equals(object other) {
9592 return Equals(other as Location);
9596 public bool Equals(Location other) {
9603 if(!path_.Equals(other.path_)) return false;
9604 if(!span_.Equals(other.span_)) return false;
9607 if(!leadingDetachedComments_.Equals(other.leadingDetachedComments_)) return false;
9608 return Equals(_unknownFields, other._unknownFields);
9846 public override bool Equals(object other) {
9847 return Equals(other as GeneratedCodeInfo);
9851 public bool Equals(GeneratedCodeInfo other) {
9858 if(!annotation_.Equals(other.annotation_)) return false;
9859 return Equals(_unknownFields, other._unknownFields);
10101 public override bool Equals(object other) {
10102 return Equals(other as Annotation);
10106 public bool Equals(Annotation other) {
10113 if(!path_.Equals(other.path_)) return false;
10117 return Equals(_unknownFields, other._unknownFields);