public void NotifyFlagSkipsSameValue() { var input = new InputElement { Checked = true }; input.NotifyChecked(true); Assert.True(input.Checked); }