protected bool Equals(NameDeclarationNodeBase other) { return(IsConstant.Equals(other.IsConstant) && string.Equals(Name, other.Name) && Equals(Value, other.Value)); }
protected bool Equals(NameDeclarationNodeBase other) { return IsConstant.Equals(other.IsConstant) && string.Equals(Name, other.Name) && Equals(Value, other.Value); }