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