예제 #1
0
            public int hashCode()
            {
                int result = _propertyName.hashCode();

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