コード例 #1
0
 /// <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 (Pid != null)
         {
             hashCode = hashCode * 59 + Pid.GetHashCode();
         }
         if (Title != null)
         {
             hashCode = hashCode * 59 + Title.GetHashCode();
         }
         if (Description != null)
         {
             hashCode = hashCode * 59 + Description.GetHashCode();
         }
         if (Properties != null)
         {
             hashCode = hashCode * 59 + Properties.GetHashCode();
         }
         if (BundleLocation != null)
         {
             hashCode = hashCode * 59 + BundleLocation.GetHashCode();
         }
         if (ServiceLocation != null)
         {
             hashCode = hashCode * 59 + ServiceLocation.GetHashCode();
         }
         return(hashCode);
     }
 }
        /// <summary>
        /// Returns true if ComAdobeGraniteJettySslInternalGraniteSslConnectorFactoryInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteJettySslInternalGraniteSslConnectorFactoryInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteJettySslInternalGraniteSslConnectorFactoryInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #3
0
        /// <summary>
        /// Returns true if ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqAnalyticsSitecatalystImplSitecatalystHttpClientImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqWcmCoreImplWCMDeveloperModeFilterInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqWcmCoreImplWCMDeveloperModeFilterInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqWcmCoreImplWCMDeveloperModeFilterInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheJackrabbitOakSegmentSegmentNodeStoreServiceInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheJackrabbitOakSegmentSegmentNodeStoreServiceInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheJackrabbitOakSegmentSegmentNodeStoreServiceInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #6
0
        /// <summary>
        /// Returns true if OrgApacheSlingResourcemergerPickerOverridingInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingResourcemergerPickerOverridingInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingResourcemergerPickerOverridingInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeCqSecurityHcPackagesImplExampleContentHealthCheckInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeCqSecurityHcPackagesImplExampleContentHealthCheckInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeCqSecurityHcPackagesImplExampleContentHealthCheckInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #8
0
        /// <summary>
        /// Returns true if ComAdobeCqAccountApiAccountManagementServiceInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeCqAccountApiAccountManagementServiceInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeCqAccountApiAccountManagementServiceInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     AdditionalProperties == other.AdditionalProperties ||
                     AdditionalProperties != null &&
                     AdditionalProperties.Equals(other.AdditionalProperties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #9
0
        /// <summary>
        /// Returns true if ComAdobeGraniteApicontrollerFilterResolverHookFactoryInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteApicontrollerFilterResolverHookFactoryInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteApicontrollerFilterResolverHookFactoryInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeCqSocialEnablementServicesImplAuthorMarkerImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeCqSocialEnablementServicesImplAuthorMarkerImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeCqSocialEnablementServicesImplAuthorMarkerImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheSlingEventImplJobsJcrPersistenceHandlerInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingEventImplJobsJcrPersistenceHandlerInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingEventImplJobsJcrPersistenceHandlerInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #12
0
        /// <summary>
        /// Returns true if ComAdobeGraniteMaintenanceCrxImplLuceneBinariesCleanupTaskInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteMaintenanceCrxImplLuceneBinariesCleanupTaskInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteMaintenanceCrxImplLuceneBinariesCleanupTaskInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #13
0
        /// <summary>
        /// Returns true if ComDayCrxSecurityTokenImplImplTokenAuthenticationHandlerInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCrxSecurityTokenImplImplTokenAuthenticationHandlerInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCrxSecurityTokenImplImplTokenAuthenticationHandlerInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqSearchpromoteImplPublishSearchPromoteConfigHandlerInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqSearchpromoteImplPublishSearchPromoteConfigHandlerInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqSearchpromoteImplPublishSearchPromoteConfigHandlerInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeGraniteRepositoryImplCommitStatsConfigInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteRepositoryImplCommitStatsConfigInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteRepositoryImplCommitStatsConfigInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheJackrabbitOakPluginsObservationChangeCollectorProviderInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheJackrabbitOakPluginsObservationChangeCollectorProviderInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheJackrabbitOakPluginsObservationChangeCollectorProviderInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #17
0
        /// <summary>
        /// Returns true if OrgApacheSlingCaconfigResourceImplDefDefaultContextPathStrategyInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingCaconfigResourceImplDefDefaultContextPathStrategyInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingCaconfigResourceImplDefDefaultContextPathStrategyInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeXmpWorkerFilesNcommXMPFilesNCommInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeXmpWorkerFilesNcommXMPFilesNCommInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeXmpWorkerFilesNcommXMPFilesNCommInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #19
0
        /// <summary>
        /// Returns true if OrgApacheFelixSystemreadyImplServicesCheckInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheFelixSystemreadyImplServicesCheckInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheFelixSystemreadyImplServicesCheckInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #20
0
        /// <summary>
        /// Returns true if OrgApacheSlingCommonsMimeInternalMimeTypeServiceImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingCommonsMimeInternalMimeTypeServiceImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingCommonsMimeInternalMimeTypeServiceImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheSlingJcrWebdavImplServletsSimpleWebDavServletInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingJcrWebdavImplServletsSimpleWebDavServletInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingJcrWebdavImplServletsSimpleWebDavServletInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeCqSocialActivitystreamsListenerImplResourceActivityStreInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeCqSocialActivitystreamsListenerImplResourceActivityStreInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeCqSocialActivitystreamsListenerImplResourceActivityStreInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheSlingScriptingSightlyJsImplJsapiSlyBindingsValuesProvInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingScriptingSightlyJsImplJsapiSlyBindingsValuesProvInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingScriptingSightlyJsImplJsapiSlyBindingsValuesProvInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #24
0
        /// <summary>
        /// Returns true if ComDayCqWcmMsmImplActionsOrderChildrenActionFactoryInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqWcmMsmImplActionsOrderChildrenActionFactoryInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqWcmMsmImplActionsOrderChildrenActionFactoryInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqRewriterLinkcheckerImplLinkCheckerImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqRewriterLinkcheckerImplLinkCheckerImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqRewriterLinkcheckerImplLinkCheckerImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqDamScene7ImplScene7ConfigurationEventListenerInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqDamScene7ImplScene7ConfigurationEventListenerInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqDamScene7ImplScene7ConfigurationEventListenerInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if OrgApacheJackrabbitOakSecurityUserUserConfigurationImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheJackrabbitOakSecurityUserUserConfigurationImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheJackrabbitOakSecurityUserUserConfigurationImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #28
0
        /// <summary>
        /// Returns true if OrgApacheSlingCaconfigManagementImplConfigurationManagementSettiInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of OrgApacheSlingCaconfigManagementImplConfigurationManagementSettiInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(OrgApacheSlingCaconfigManagementImplConfigurationManagementSettiInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqWcmFoundationSecurityImplSaferSlingPostValidatorImplInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqWcmFoundationSecurityImplSaferSlingPostValidatorImplInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqWcmFoundationSecurityImplSaferSlingPostValidatorImplInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }
コード例 #30
0
        /// <summary>
        /// Returns true if ComAdobeGraniteOffloadingImplTransporterOffloadingDefaultTranspoInfo instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteOffloadingImplTransporterOffloadingDefaultTranspoInfo to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteOffloadingImplTransporterOffloadingDefaultTranspoInfo other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     Pid == other.Pid ||
                     Pid != null &&
                     Pid.Equals(other.Pid)
                     ) &&
                 (
                     Title == other.Title ||
                     Title != null &&
                     Title.Equals(other.Title)
                 ) &&
                 (
                     Description == other.Description ||
                     Description != null &&
                     Description.Equals(other.Description)
                 ) &&
                 (
                     Properties == other.Properties ||
                     Properties != null &&
                     Properties.Equals(other.Properties)
                 ) &&
                 (
                     BundleLocation == other.BundleLocation ||
                     BundleLocation != null &&
                     BundleLocation.Equals(other.BundleLocation)
                 ) &&
                 (
                     ServiceLocation == other.ServiceLocation ||
                     ServiceLocation != null &&
                     ServiceLocation.Equals(other.ServiceLocation)
                 ));
        }