/// <summary> /// Returns true if OrgApacheSlingServletsPostImplHelperChunkCleanUpTaskProperties instances are equal /// </summary> /// <param name="other">Instance of OrgApacheSlingServletsPostImplHelperChunkCleanUpTaskProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(OrgApacheSlingServletsPostImplHelperChunkCleanUpTaskProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( SchedulerConcurrent == other.SchedulerConcurrent || SchedulerConcurrent != null && SchedulerConcurrent.Equals(other.SchedulerConcurrent) ) && ( ChunkCleanupAge == other.ChunkCleanupAge || ChunkCleanupAge != null && ChunkCleanupAge.Equals(other.ChunkCleanupAge) )); }
/// <summary> /// Returns true if ComDayCqDamCoreImplReportsReportPurgeServiceProperties instances are equal /// </summary> /// <param name="other">Instance of ComDayCqDamCoreImplReportsReportPurgeServiceProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComDayCqDamCoreImplReportsReportPurgeServiceProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( MaxSavedReports == other.MaxSavedReports || MaxSavedReports != null && MaxSavedReports.Equals(other.MaxSavedReports) ) && ( TimeDuration == other.TimeDuration || TimeDuration != null && TimeDuration.Equals(other.TimeDuration) ) && ( EnableReportPurge == other.EnableReportPurge || EnableReportPurge != null && EnableReportPurge.Equals(other.EnableReportPurge) )); }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (MaxSavedReports != null) { hashCode = hashCode * 59 + MaxSavedReports.GetHashCode(); } if (TimeDuration != null) { hashCode = hashCode * 59 + TimeDuration.GetHashCode(); } if (EnableReportPurge != null) { hashCode = hashCode * 59 + EnableReportPurge.GetHashCode(); } return(hashCode); } }
/// <summary> /// Returns true if ComDayCrxSecurityTokenImplTokenCleanupTaskProperties instances are equal /// </summary> /// <param name="other">Instance of ComDayCrxSecurityTokenImplTokenCleanupTaskProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComDayCrxSecurityTokenImplTokenCleanupTaskProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( EnableTokenCleanupTask == other.EnableTokenCleanupTask || EnableTokenCleanupTask != null && EnableTokenCleanupTask.Equals(other.EnableTokenCleanupTask) ) && ( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( BatchSize == other.BatchSize || BatchSize != null && BatchSize.Equals(other.BatchSize) )); }
/// <summary> /// Returns true if ComAdobeGraniteTaskmanagementImplJcrTaskArchiveServiceProperties instances are equal /// </summary> /// <param name="other">Instance of ComAdobeGraniteTaskmanagementImplJcrTaskArchiveServiceProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComAdobeGraniteTaskmanagementImplJcrTaskArchiveServiceProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( ArchivingEnabled == other.ArchivingEnabled || ArchivingEnabled != null && ArchivingEnabled.Equals(other.ArchivingEnabled) ) && ( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( ArchiveSinceDaysCompleted == other.ArchiveSinceDaysCompleted || ArchiveSinceDaysCompleted != null && ArchiveSinceDaysCompleted.Equals(other.ArchiveSinceDaysCompleted) )); }
/// <summary> /// Returns true if ComAdobeFormsCommonServletTempCleanUpTaskProperties instances are equal /// </summary> /// <param name="other">Instance of ComAdobeFormsCommonServletTempCleanUpTaskProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComAdobeFormsCommonServletTempCleanUpTaskProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( DurationForTemporaryStorage == other.DurationForTemporaryStorage || DurationForTemporaryStorage != null && DurationForTemporaryStorage.Equals(other.DurationForTemporaryStorage) ) && ( DurationForAnonymousStorage == other.DurationForAnonymousStorage || DurationForAnonymousStorage != null && DurationForAnonymousStorage.Equals(other.DurationForAnonymousStorage) )); }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (MaxSavedActivities != null) { hashCode = hashCode * 59 + MaxSavedActivities.GetHashCode(); } if (SaveInterval != null) { hashCode = hashCode * 59 + SaveInterval.GetHashCode(); } if (EnableActivityPurge != null) { hashCode = hashCode * 59 + EnableActivityPurge.GetHashCode(); } if (EventTypes != null) { hashCode = hashCode * 59 + EventTypes.GetHashCode(); } return(hashCode); } }
/// <summary> /// Returns true if ComAdobeCqWcmJobsAsyncImplAsyncJobCleanUpTaskProperties instances are equal /// </summary> /// <param name="other">Instance of ComAdobeCqWcmJobsAsyncImplAsyncJobCleanUpTaskProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComAdobeCqWcmJobsAsyncImplAsyncJobCleanUpTaskProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( JobPurgeThreshold == other.JobPurgeThreshold || JobPurgeThreshold != null && JobPurgeThreshold.Equals(other.JobPurgeThreshold) ) && ( JobPurgeMaxJobs == other.JobPurgeMaxJobs || JobPurgeMaxJobs != null && JobPurgeMaxJobs.Equals(other.JobPurgeMaxJobs) )); }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (SchedulerConcurrent != null) { hashCode = hashCode * 59 + SchedulerConcurrent.GetHashCode(); } return(hashCode); } }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (EnableTokenCleanupTask != null) { hashCode = hashCode * 59 + EnableTokenCleanupTask.GetHashCode(); } if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (BatchSize != null) { hashCode = hashCode * 59 + BatchSize.GetHashCode(); } return(hashCode); } }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (ArchivingEnabled != null) { hashCode = hashCode * 59 + ArchivingEnabled.GetHashCode(); } if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (ArchiveSinceDaysCompleted != null) { hashCode = hashCode * 59 + ArchiveSinceDaysCompleted.GetHashCode(); } return(hashCode); } }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (DurationForTemporaryStorage != null) { hashCode = hashCode * 59 + DurationForTemporaryStorage.GetHashCode(); } if (DurationForAnonymousStorage != null) { hashCode = hashCode * 59 + DurationForAnonymousStorage.GetHashCode(); } return(hashCode); } }
/// <summary> /// Gets the hash code /// </summary> /// <returns>Hash code</returns> public override int GetHashCode() { unchecked // Overflow is fine, just wrap { var hashCode = 41; // Suitable nullity checks etc, of course :) if (SchedulerExpression != null) { hashCode = hashCode * 59 + SchedulerExpression.GetHashCode(); } if (JobPurgeThreshold != null) { hashCode = hashCode * 59 + JobPurgeThreshold.GetHashCode(); } if (JobPurgeMaxJobs != null) { hashCode = hashCode * 59 + JobPurgeMaxJobs.GetHashCode(); } return(hashCode); } }
/// <summary> /// Returns true if ComDayCqDamCoreImplDamEventPurgeServiceProperties instances are equal /// </summary> /// <param name="other">Instance of ComDayCqDamCoreImplDamEventPurgeServiceProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComDayCqDamCoreImplDamEventPurgeServiceProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( MaxSavedActivities == other.MaxSavedActivities || MaxSavedActivities != null && MaxSavedActivities.Equals(other.MaxSavedActivities) ) && ( SaveInterval == other.SaveInterval || SaveInterval != null && SaveInterval.Equals(other.SaveInterval) ) && ( EnableActivityPurge == other.EnableActivityPurge || EnableActivityPurge != null && EnableActivityPurge.Equals(other.EnableActivityPurge) ) && ( EventTypes == other.EventTypes || EventTypes != null && EventTypes.Equals(other.EventTypes) )); }
/// <summary> /// Returns true if ComDayCqDamS7damCommonAnalyticsImplSiteCatalystReportRunnerProperties instances are equal /// </summary> /// <param name="other">Instance of ComDayCqDamS7damCommonAnalyticsImplSiteCatalystReportRunnerProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComDayCqDamS7damCommonAnalyticsImplSiteCatalystReportRunnerProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( SchedulerConcurrent == other.SchedulerConcurrent || SchedulerConcurrent != null && SchedulerConcurrent.Equals(other.SchedulerConcurrent) )); }
/// <summary> /// Returns true if ComAdobeGraniteSystemMonitoringImplSystemStatsMBeanImplProperties instances are equal /// </summary> /// <param name="other">Instance of ComAdobeGraniteSystemMonitoringImplSystemStatsMBeanImplProperties to be compared</param> /// <returns>Boolean</returns> public bool Equals(ComAdobeGraniteSystemMonitoringImplSystemStatsMBeanImplProperties other) { if (other is null) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( SchedulerExpression == other.SchedulerExpression || SchedulerExpression != null && SchedulerExpression.Equals(other.SchedulerExpression) ) && ( JmxObjectname == other.JmxObjectname || JmxObjectname != null && JmxObjectname.Equals(other.JmxObjectname) )); }