コード例 #1
0
ファイル: Config.cs プロジェクト: zakirIndia/simulator
                public override int GetHashCode()
                {
                    int hash = 1;

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