Operator operator !=
operator !=(TabControlItem?, TabControlItem?)
Determines whether two specified instances of SimpleTabControlView.TabControlItem are not equal.
public static bool operator !=(SimpleTabControlView.TabControlItem? left, SimpleTabControlView.TabControlItem? right)
Parameters
left
SimpleTabControlView.TabControlItemThe first SimpleTabControlView.TabControlItem to compare.
right
SimpleTabControlView.TabControlItemThe second SimpleTabControlView.TabControlItem to compare.
Returns
- bool
true if the two SimpleTabControlView.TabControlItem instances are not equal; otherwise, false.