Esempio n. 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = 13;
         hash = (hash * 7) + BitsPerPixel.GetHashCode();
         hash = (hash * 7) + Masks.GetHashCode();
         return(hash);
     }
 }