/// <inheritdoc />
 public override int GetHashCode()
 {
     //TODO: use smart hash code
     return(HashCodeHelper.CalcHashCode(RootFastCollection, Expression.ToString()));
 }