Beispiel #1
0
        public override int GetHashCode()
        {
            var hash = 50287;

            hash = hash * 15569 + property.GetHashCode();
            hash = hash * 15569 + value.GetHashCode();

            return(hash);
        }
Beispiel #2
0
 public bool Equals(IValueNode other)
 {
     return(other.GetHashCode() == GetHashCode());
 }