Example #1
0
 public override int GetHashCode()
 {
     unchecked // Overflow is fine, just wrap
     {
         int hash = 17;
         hash = hash * 23 + ModuleName.GetHashCode();
         hash = hash * 23 + LibraryPath.GetHashCode();
         hash = hash * 23 + LibraryPath.GetHashCode();
         return(hash);
     }
 }
Example #2
0
 public override int GetHashCode()
 {
     return(MangaUrl.GetHashCode() * 10007 + LibraryPath.GetHashCode());
 }