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

                    if (ConditionKey != 0)
                    {
                        hash ^= ConditionKey.GetHashCode();
                    }
                    if (ConditionValue.Length != 0)
                    {
                        hash ^= ConditionValue.GetHashCode();
                    }
                    if (Op != 0)
                    {
                        hash ^= Op.GetHashCode();
                    }
                    return(hash);
                }