public class SimpleObjectComparison { boolean a(Object a, Object b) { return a.equals(b); } }