Пример #1
0
 public bool Equals(Location other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (LocationId != other.LocationId)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(Metadata, other.Metadata))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #2
0
 public bool Equals(SymmetricKey other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (Status != other.Status)
     {
         return(false);
     }
     if (!object.Equals(PrimaryVersion, other.PrimaryVersion))
     {
         return(false);
     }
     if (DefaultAlgorithm != other.DefaultAlgorithm)
     {
         return(false);
     }
     if (!object.Equals(RotatedAt, other.RotatedAt))
     {
         return(false);
     }
     if (!object.Equals(RotationPeriod, other.RotationPeriod))
     {
         return(false);
     }
     if (DeletionProtection != other.DeletionProtection)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #3
0
 public bool Equals(Node other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (!instructions_.Equals(other.instructions_))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!tags_.Equals(other.tags_))
     {
         return(false);
     }
     if (SourceTextStringID != other.SourceTextStringID)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #4
0
 public bool Equals(Image other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (Family != other.Family)
     {
         return(false);
     }
     if (StorageSize != other.StorageSize)
     {
         return(false);
     }
     if (MinDiskSize != other.MinDiskSize)
     {
         return(false);
     }
     if (!productIds_.Equals(other.productIds_))
     {
         return(false);
     }
     if (Status != other.Status)
     {
         return(false);
     }
     if (!object.Equals(Os, other.Os))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #5
0
 public bool Equals(LogEntry other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (LogName != other.LogName)
     {
         return(false);
     }
     if (!object.Equals(Resource, other.Resource))
     {
         return(false);
     }
     if (!object.Equals(ProtoPayload, other.ProtoPayload))
     {
         return(false);
     }
     if (TextPayload != other.TextPayload)
     {
         return(false);
     }
     if (!object.Equals(JsonPayload, other.JsonPayload))
     {
         return(false);
     }
     if (!object.Equals(Timestamp, other.Timestamp))
     {
         return(false);
     }
     if (Severity != other.Severity)
     {
         return(false);
     }
     if (InsertId != other.InsertId)
     {
         return(false);
     }
     if (!object.Equals(HttpRequest, other.HttpRequest))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(Operation, other.Operation))
     {
         return(false);
     }
     if (PayloadCase != other.PayloadCase)
     {
         return(false);
     }
     return(true);
 }
Пример #6
0
 public bool Equals(Artifact other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Uri != other.Uri)
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (State != other.State)
     {
         return(false);
     }
     if (SchemaTitle != other.SchemaTitle)
     {
         return(false);
     }
     if (SchemaVersion != other.SchemaVersion)
     {
         return(false);
     }
     if (!object.Equals(Metadata, other.Metadata))
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #7
0
 public bool Equals(Namespace other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #8
0
 public bool Equals(Subnet other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (NetworkId != other.NetworkId)
     {
         return(false);
     }
     if (ZoneId != other.ZoneId)
     {
         return(false);
     }
     if (!v4CidrBlocks_.Equals(other.v4CidrBlocks_))
     {
         return(false);
     }
     if (!v6CidrBlocks_.Equals(other.v6CidrBlocks_))
     {
         return(false);
     }
     if (RouteTableId != other.RouteTableId)
     {
         return(false);
     }
     if (!object.Equals(DhcpOptions, other.DhcpOptions))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #9
0
 public bool Equals(WriteLogEntriesRequest other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (LogName != other.LogName)
     {
         return(false);
     }
     if (!object.Equals(Resource, other.Resource))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!entries_.Equals(other.entries_))
     {
         return(false);
     }
     return(true);
 }
Пример #10
0
 public bool Equals(StaticRoute other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (DestinationPrefix != other.DestinationPrefix)
     {
         return(false);
     }
     if (NextHopAddress != other.NextHopAddress)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (DestinationCase != other.DestinationCase)
     {
         return(false);
     }
     if (NextHopCase != other.NextHopCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #11
0
 public bool Equals(HostGroup other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (ZoneId != other.ZoneId)
     {
         return(false);
     }
     if (Status != other.Status)
     {
         return(false);
     }
     if (TypeId != other.TypeId)
     {
         return(false);
     }
     if (MaintenancePolicy != other.MaintenancePolicy)
     {
         return(false);
     }
     if (!object.Equals(ScalePolicy, other.ScalePolicy))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
 public bool Equals(DiskPlacementGroup other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (ZoneId != other.ZoneId)
     {
         return(false);
     }
     if (Status != other.Status)
     {
         return(false);
     }
     if (!object.Equals(SpreadPlacementStrategy, other.SpreadPlacementStrategy))
     {
         return(false);
     }
     if (PlacementStrategyCase != other.PlacementStrategyCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #13
0
 public bool Equals(Tensorboard other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!object.Equals(EncryptionSpec, other.EncryptionSpec))
     {
         return(false);
     }
     if (BlobStoragePathPrefix != other.BlobStoragePathPrefix)
     {
         return(false);
     }
     if (RunCount != other.RunCount)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #14
0
 public bool Equals(Operation other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (OperationId != other.OperationId)
     {
         return(false);
     }
     if (OperationName != other.OperationName)
     {
         return(false);
     }
     if (ConsumerId != other.ConsumerId)
     {
         return(false);
     }
     if (!object.Equals(StartTime, other.StartTime))
     {
         return(false);
     }
     if (!object.Equals(EndTime, other.EndTime))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!metricValueSets_.Equals(other.metricValueSets_))
     {
         return(false);
     }
     if (!logEntries_.Equals(other.logEntries_))
     {
         return(false);
     }
     if (Importance != other.Importance)
     {
         return(false);
     }
     if (!extensions_.Equals(other.extensions_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #15
0
 public bool Equals(Index other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (MetadataSchemaUri != other.MetadataSchemaUri)
     {
         return(false);
     }
     if (!object.Equals(Metadata, other.Metadata))
     {
         return(false);
     }
     if (!deployedIndexes_.Equals(other.deployedIndexes_))
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #16
0
 public bool Equals(Address other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(ExternalIpv4Address, other.ExternalIpv4Address))
     {
         return(false);
     }
     if (Reserved != other.Reserved)
     {
         return(false);
     }
     if (Used != other.Used)
     {
         return(false);
     }
     if (AddressCase != other.AddressCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
 /// <summary>
 /// Two DnsResourceDataSignature are equal iff their type covered, algorithm, labels, original TTL, signature expiration, signature inception, key tag,
 /// signer's name and signature fields are equal.
 /// </summary>
 public bool Equals(DnsResourceDataSignature other)
 {
     return(other != null &&
            TypeCovered.Equals(other.TypeCovered) &&
            Algorithm.Equals(other.Algorithm) &&
            Labels.Equals(other.Labels) &&
            OriginalTtl.Equals(other.OriginalTtl) &&
            SignatureExpiration.Equals(other.SignatureExpiration) &&
            SignatureInception.Equals(other.SignatureInception) &&
            KeyTag.Equals(other.KeyTag) &&
            SignersName.Equals(other.SignersName) &&
            Signature.Equals(other.Signature));
 }
Пример #18
0
 public bool Equals(Dataset other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (!object.Equals(TranslationDatasetMetadata, other.TranslationDatasetMetadata))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (ExampleCount != other.ExampleCount)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (DatasetMetadataCase != other.DatasetMetadataCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #19
0
 public bool Equals(Model other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (!object.Equals(TranslationModelMetadata, other.TranslationModelMetadata))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (DatasetId != other.DatasetId)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (DeploymentState != other.DeploymentState)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (ModelMetadataCase != other.ModelMetadataCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #20
0
 public bool Equals(MetricValue other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(StartTime, other.StartTime))
     {
         return(false);
     }
     if (!object.Equals(EndTime, other.EndTime))
     {
         return(false);
     }
     if (BoolValue != other.BoolValue)
     {
         return(false);
     }
     if (Int64Value != other.Int64Value)
     {
         return(false);
     }
     if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DoubleValue, other.DoubleValue))
     {
         return(false);
     }
     if (StringValue != other.StringValue)
     {
         return(false);
     }
     if (!object.Equals(DistributionValue, other.DistributionValue))
     {
         return(false);
     }
     if (ValueCase != other.ValueCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #21
0
 public bool Equals(TargetGroup other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (RegionId != other.RegionId)
     {
         return(false);
     }
     if (!targets_.Equals(other.targets_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #22
0
 public bool Equals(Featurestore other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(OnlineServingConfig, other.OnlineServingConfig))
     {
         return(false);
     }
     if (State != other.State)
     {
         return(false);
     }
     if (!object.Equals(EncryptionSpec, other.EncryptionSpec))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #23
0
 public bool Equals(ClusterOperationMetadata other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (ClusterName != other.ClusterName)
     {
         return(false);
     }
     if (ClusterUuid != other.ClusterUuid)
     {
         return(false);
     }
     if (!object.Equals(Status, other.Status))
     {
         return(false);
     }
     if (!statusHistory_.Equals(other.statusHistory_))
     {
         return(false);
     }
     if (OperationType != other.OperationType)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!warnings_.Equals(other.warnings_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #24
0
 public bool Equals(NotificationChannel other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Type != other.Type)
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!UserLabels.Equals(other.UserLabels))
     {
         return(false);
     }
     if (VerificationStatus != other.VerificationStatus)
     {
         return(false);
     }
     if (Enabled != other.Enabled)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #25
0
 public bool Equals(Registry other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (Status != other.Status)
     {
         return(false);
     }
     if (LogGroupId != other.LogGroupId)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
 public bool Equals(TensorboardExperiment other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (Source != other.Source)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #27
0
 public bool Equals(CryptoKey other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (!object.Equals(Primary, other.Primary))
     {
         return(false);
     }
     if (Purpose != other.Purpose)
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(NextRotationTime, other.NextRotationTime))
     {
         return(false);
     }
     if (!object.Equals(RotationPeriod, other.RotationPeriod))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (RotationScheduleCase != other.RotationScheduleCase)
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #28
0
 public bool Equals(RouteTable other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Id != other.Id)
     {
         return(false);
     }
     if (FolderId != other.FolderId)
     {
         return(false);
     }
     if (!object.Equals(CreatedAt, other.CreatedAt))
     {
         return(false);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (Description != other.Description)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (NetworkId != other.NetworkId)
     {
         return(false);
     }
     if (!staticRoutes_.Equals(other.staticRoutes_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
Пример #29
0
 public bool Equals(Context other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (Name != other.Name)
     {
         return(false);
     }
     if (DisplayName != other.DisplayName)
     {
         return(false);
     }
     if (Etag != other.Etag)
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(CreateTime, other.CreateTime))
     {
         return(false);
     }
     if (!object.Equals(UpdateTime, other.UpdateTime))
     {
         return(false);
     }
     if (!parentContexts_.Equals(other.parentContexts_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }
 public bool Equals(EstafetteManifest other)
 {
     if (ReferenceEquals(other, null))
     {
         return(false);
     }
     if (ReferenceEquals(other, this))
     {
         return(true);
     }
     if (!object.Equals(Builder, other.Builder))
     {
         return(false);
     }
     if (!Labels.Equals(other.Labels))
     {
         return(false);
     }
     if (!object.Equals(Version, other.Version))
     {
         return(false);
     }
     if (!GlobalEnvVars.Equals(other.GlobalEnvVars))
     {
         return(false);
     }
     if (!triggers_.Equals(other.triggers_))
     {
         return(false);
     }
     if (!stages_.Equals(other.stages_))
     {
         return(false);
     }
     if (!releases_.Equals(other.releases_))
     {
         return(false);
     }
     return(Equals(_unknownFields, other._unknownFields));
 }