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