bool Toggle(ue::Object obj) { int hash = obj.GetHashCode(); if (!predicates.ContainsKey(hash)) { predicates.Add(hash, false); } return(predicates [hash]); }
int hashCode(ue::Object obj) { return(obj.GetHashCode()); }