Exemplo n.º 1
0
                public override int GetHashCode()
                {
                    int hash = 1;

                    if (OutputChannel.Length != 0)
                    {
                        hash ^= OutputChannel.GetHashCode();
                    }
                    if (ImagePoolSize != 0)
                    {
                        hash ^= ImagePoolSize.GetHashCode();
                    }
                    return(hash);
                }