/// <summary>
        /// Returns true if ComDayCqDamCoreImplLightboxLightboxServletProperties instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqDamCoreImplLightboxLightboxServletProperties to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqDamCoreImplLightboxLightboxServletProperties other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     SlingServletPaths == other.SlingServletPaths ||
                     SlingServletPaths != null &&
                     SlingServletPaths.Equals(other.SlingServletPaths)
                     ) &&
                 (
                     SlingServletMethods == other.SlingServletMethods ||
                     SlingServletMethods != null &&
                     SlingServletMethods.Equals(other.SlingServletMethods)
                 ) &&
                 (
                     CqDamEnableAnonymous == other.CqDamEnableAnonymous ||
                     CqDamEnableAnonymous != null &&
                     CqDamEnableAnonymous.Equals(other.CqDamEnableAnonymous)
                 ));
        }
        /// <summary>
        /// Returns true if ComAdobeCqSocialUserEndpointsImplUsersGroupFromPublishServletProperties instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeCqSocialUserEndpointsImplUsersGroupFromPublishServletProperties to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeCqSocialUserEndpointsImplUsersGroupFromPublishServletProperties other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     SlingServletExtensions == other.SlingServletExtensions ||
                     SlingServletExtensions != null &&
                     SlingServletExtensions.Equals(other.SlingServletExtensions)
                     ) &&
                 (
                     SlingServletPaths == other.SlingServletPaths ||
                     SlingServletPaths != null &&
                     SlingServletPaths.Equals(other.SlingServletPaths)
                 ) &&
                 (
                     SlingServletMethods == other.SlingServletMethods ||
                     SlingServletMethods != null &&
                     SlingServletMethods.Equals(other.SlingServletMethods)
                 ));
        }
        /// <summary>
        /// Returns true if ComDayCqDamS7damCommonServletsS7damProductInfoServletProperties instances are equal
        /// </summary>
        /// <param name="other">Instance of ComDayCqDamS7damCommonServletsS7damProductInfoServletProperties to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComDayCqDamS7damCommonServletsS7damProductInfoServletProperties other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

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

            return
                ((
                     SlingServletPaths == other.SlingServletPaths ||
                     SlingServletPaths != null &&
                     SlingServletPaths.Equals(other.SlingServletPaths)
                     ) &&
                 (
                     OauthRevocationActive == other.OauthRevocationActive ||
                     OauthRevocationActive != null &&
                     OauthRevocationActive.Equals(other.OauthRevocationActive)
                 ));
        }