public void testEquals_shouldReturnFalseWithNonThermostat() { Object o = new Object(); Thermostat t = new Thermostat(); Assert.IsFalse(t.Equals(o)); }