/// <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 (NofuJokyo != null)
         {
             hashCode = hashCode * 59 + NofuJokyo.GetHashCode();
         }
         if (SaishuKoshinNichiji != null)
         {
             hashCode = hashCode * 59 + SaishuKoshinNichiji.GetHashCode();
         }
         if (ShinseiBango != null)
         {
             hashCode = hashCode * 59 + ShinseiBango.GetHashCode();
         }
         if (ShoriJokyo != null)
         {
             hashCode = hashCode * 59 + ShoriJokyo.GetHashCode();
         }
         if (Tsusu != null)
         {
             hashCode = hashCode * 59 + Tsusu.GetHashCode();
         }
         if (UketsukeNengappi != null)
         {
             hashCode = hashCode * 59 + UketsukeNengappi.GetHashCode();
         }
         return(hashCode);
     }
 }
 /// <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 (SaishuKoshinNichiji != null)
         {
             hashCode = hashCode * 59 + SaishuKoshinNichiji.GetHashCode();
         }
         if (Status != null)
         {
             hashCode = hashCode * 59 + Status.GetHashCode();
         }
         return(hashCode);
     }
 }
        /// <summary>
        /// Returns true if RetrieveShoriJokyoResponseResults instances are equal
        /// </summary>
        /// <param name="other">Instance of RetrieveShoriJokyoResponseResults to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(RetrieveShoriJokyoResponseResults other)
        {
            if (other is null)
            {
                return(false);
            }
            if (ReferenceEquals(this, other))
            {
                return(true);
            }

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

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

            return
                ((
                     SaishuKoshinNichiji == other.SaishuKoshinNichiji ||
                     SaishuKoshinNichiji != null &&
                     SaishuKoshinNichiji.Equals(other.SaishuKoshinNichiji)
                     ) &&
                 (
                     ShinseiBango == other.ShinseiBango ||
                     ShinseiBango != null &&
                     ShinseiBango.Equals(other.ShinseiBango)
                 ));
        }