Example #1
0
 /// <summary>
 /// Gets the hash code
 /// </summary>
 /// <returns>Hash code</returns>
 public override int GetHashCode()
 {
     unchecked // Overflow is fine, just wrap
     {
         int hashCode = 41;
         if (FilesId != null)
         {
             hashCode = hashCode * 59 + FilesId.GetHashCode();
         }
         hashCode = hashCode * 59 + IncludeAttachments.GetHashCode();
         return(hashCode);
     }
 }