protected bool Equals(VariableReference other)
 {
     return(string.Equals(Name, other.Name));
 }
 protected bool Equals(VariableReference other)
 {
     return(string.Equals(Name, other.Name, StringComparison.InvariantCulture));
 }