public bool MatchKey(IDragable content) { foreach (string key in keys) { if (content.GetKey() == key) { return(true); } } return(false); }