You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if the key exists in the current state, update the Value
// if the key exists in the current state, update the Valueboolexists=false;foreach(KeyValuePair<string,object>sinstate){if(s.Equals(change)){// <-- problem?exists=true;break;}}
am I missing something? This appears to be comparing whole KVPs, not just the keys.