示例#1
0
            public int hashCode()
            {
                int result = _propertyName.hashCode();

                result = 31 * result + _operator.hashCode();
                result = 31 * result + _values.hashCode();
                return(result);
            }