public class SimpleObjectComparison { boolean a(Object a, Object b) { return a == <caret>b; } }