/// <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 (OdataEtag != null)
         {
             hashCode = hashCode * 59 + OdataEtag.GetHashCode();
         }
         if (CatTeammemberValueODataCommunityDisplayV1FormattedValue != null)
         {
             hashCode = hashCode * 59 + CatTeammemberValueODataCommunityDisplayV1FormattedValue.GetHashCode();
         }
         if (CatTeammemberValue != null)
         {
             hashCode = hashCode * 59 + CatTeammemberValue.GetHashCode();
         }
         if (CatGtmentryValueODataCommunityDisplayV1FormattedValue != null)
         {
             hashCode = hashCode * 59 + CatGtmentryValueODataCommunityDisplayV1FormattedValue.GetHashCode();
         }
         if (CatGtmentryValue != null)
         {
             hashCode = hashCode * 59 + CatGtmentryValue.GetHashCode();
         }
         if (CatProjectteamrolesid != null)
         {
             hashCode = hashCode * 59 + CatProjectteamrolesid.GetHashCode();
         }
         return(hashCode);
     }
 }
Exemple #2
0
 /// <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 (OdataEtag != null)
         {
             hashCode = hashCode * 59 + OdataEtag.GetHashCode();
         }
         if (OwneridValue != null)
         {
             hashCode = hashCode * 59 + OwneridValue.GetHashCode();
         }
         if (ProcessidValue != null)
         {
             hashCode = hashCode * 59 + ProcessidValue.GetHashCode();
         }
         if (Owningbusinessunit != null)
         {
             hashCode = hashCode * 59 + Owningbusinessunit.GetHashCode();
         }
         if (Stagename != null)
         {
             hashCode = hashCode * 59 + Stagename.GetHashCode();
         }
         if (Primaryentitytypecode != null)
         {
             hashCode = hashCode * 59 + Primaryentitytypecode.GetHashCode();
         }
         if (Clientdata != null)
         {
             hashCode = hashCode * 59 + Clientdata.GetHashCode();
         }
         if (Processstageid != null)
         {
             hashCode = hashCode * 59 + Processstageid.GetHashCode();
         }
         if (Stagecategory != null)
         {
             hashCode = hashCode * 59 + Stagecategory.GetHashCode();
         }
         return(hashCode);
     }
 }
Exemple #3
0
 /// <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 (OdataEtag != null)
         {
             hashCode = hashCode * 59 + OdataEtag.GetHashCode();
         }
         if (Nickname != null)
         {
             hashCode = hashCode * 59 + Nickname.GetHashCode();
         }
         if (Fullname != null)
         {
             hashCode = hashCode * 59 + Fullname.GetHashCode();
         }
         if (Firstname != null)
         {
             hashCode = hashCode * 59 + Firstname.GetHashCode();
         }
         if (Lastname != null)
         {
             hashCode = hashCode * 59 + Lastname.GetHashCode();
         }
         if (Azureactivedirectoryobjectid != null)
         {
             hashCode = hashCode * 59 + Azureactivedirectoryobjectid.GetHashCode();
         }
         if (Systemuserid != null)
         {
             hashCode = hashCode * 59 + Systemuserid.GetHashCode();
         }
         if (Ownerid != null)
         {
             hashCode = hashCode * 59 + Ownerid.GetHashCode();
         }
         return(hashCode);
     }
 }
Exemple #4
0
 /// <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 (OdataEtag != null)
         {
             hashCode = hashCode * 59 + OdataEtag.GetHashCode();
         }
         if (Uniquename != null)
         {
             hashCode = hashCode * 59 + Uniquename.GetHashCode();
         }
         if (Workflowid != null)
         {
             hashCode = hashCode * 59 + Workflowid.GetHashCode();
         }
         return(hashCode);
     }
 }