/// <summary> /// Returns true if PhoneChannelsCompany instances are equal /// </summary> /// <param name="other">Instance of PhoneChannelsCompany to be compared</param> /// <returns>Boolean</returns> public bool Equals(PhoneChannelsCompany other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Name == other.Name || Name != null && Name.Equals(other.Name) ) && ( UrlComplementaryList == other.UrlComplementaryList || UrlComplementaryList != null && UrlComplementaryList.Equals(other.UrlComplementaryList) ) && ( PhoneChannels == other.PhoneChannels || PhoneChannels != null && PhoneChannels.SequenceEqual(other.PhoneChannels) )); }
/// <summary> /// Returns true if BranchesCompany instances are equal /// </summary> /// <param name="other">Instance of BranchesCompany to be compared</param> /// <returns>Boolean</returns> public bool Equals(BranchesCompany other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Name == other.Name || Name != null && Name.Equals(other.Name) ) && ( CnpjNumber == other.CnpjNumber || CnpjNumber != null && CnpjNumber.Equals(other.CnpjNumber) ) && ( UrlComplementaryList == other.UrlComplementaryList || UrlComplementaryList != null && UrlComplementaryList.Equals(other.UrlComplementaryList) ) && ( Branches == other.Branches || Branches != null && Branches.SequenceEqual(other.Branches) )); }
/// <summary> /// Returns true if BusinessLoanCompany instances are equal /// </summary> /// <param name="other">Instance of BusinessLoanCompany to be compared</param> /// <returns>Boolean</returns> public bool Equals(BusinessLoanCompany other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Name == other.Name || Name != null && Name.Equals(other.Name) ) && ( UrlComplementaryList == other.UrlComplementaryList || UrlComplementaryList != null && UrlComplementaryList.Equals(other.UrlComplementaryList) ) && ( BusinessLoans == other.BusinessLoans || BusinessLoans != null && BusinessLoans.SequenceEqual(other.BusinessLoans) )); }
/// <summary> /// Returns true if SharedAutomatedTellerMachinesCompany instances are equal /// </summary> /// <param name="other">Instance of SharedAutomatedTellerMachinesCompany to be compared</param> /// <returns>Boolean</returns> public bool Equals(SharedAutomatedTellerMachinesCompany other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return (( Name == other.Name || Name != null && Name.Equals(other.Name) ) && ( UrlComplementaryList == other.UrlComplementaryList || UrlComplementaryList != null && UrlComplementaryList.Equals(other.UrlComplementaryList) ) && ( CnpjNumber == other.CnpjNumber || CnpjNumber != null && CnpjNumber.Equals(other.CnpjNumber) )); }