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

            return
                ((
                     JobTopics == other.JobTopics ||
                     JobTopics != null &&
                     JobTopics.Equals(other.JobTopics)
                     ) &&
                 (
                     ServiceUserTarget == other.ServiceUserTarget ||
                     ServiceUserTarget != null &&
                     ServiceUserTarget.Equals(other.ServiceUserTarget)
                 ) &&
                 (
                     AgentProviderTarget == other.AgentProviderTarget ||
                     AgentProviderTarget != null &&
                     AgentProviderTarget.Equals(other.AgentProviderTarget)
                 ));
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Returns true if ComAdobeGraniteWorkflowCoreJobJobHandlerProperties instances are equal
        /// </summary>
        /// <param name="other">Instance of ComAdobeGraniteWorkflowCoreJobJobHandlerProperties to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(ComAdobeGraniteWorkflowCoreJobJobHandlerProperties other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

            return
                ((
                     JobTopics == other.JobTopics ||
                     JobTopics != null &&
                     JobTopics.Equals(other.JobTopics)
                     ) &&
                 (
                     AllowSelfProcessTermination == other.AllowSelfProcessTermination ||
                     AllowSelfProcessTermination != null &&
                     AllowSelfProcessTermination.Equals(other.AllowSelfProcessTermination)
                 ));
        }