The “AddOrUpdate” and “FindOrAdd” methods both return a bool that indicates which operation ended up being beformed (Add vs Update, Find vs. Add). That leaves the question, which should be true and which should be false? How will Read More...