public override int GetHashCode() { unchecked { return((_body.GetHashCode() * 397) ^ _wrappedNode.GetHashCode()); } }