Example #1
0
            public override int GetHashCode()
            {
                int hash = 17;

                if (_shader != null)
                {
                    hash = hash * 23 + _shader.GetHashCode();
                }
                hash = hash * 23 + _transparency.GetHashCode();

                return(hash);
            }