Table of Contents

Operator operator ==

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

operator ==(TabControlItem?, TabControlItem?)

Determines whether two specified instances of SimpleTabControlView.TabControlItem are equal.

public static bool operator ==(SimpleTabControlView.TabControlItem? left, SimpleTabControlView.TabControlItem? right)

Parameters

left SimpleTabControlView.TabControlItem

The first SimpleTabControlView.TabControlItem to compare.

right SimpleTabControlView.TabControlItem

The second SimpleTabControlView.TabControlItem to compare.

Returns

bool

true if the two SimpleTabControlView.TabControlItem instances are equal; otherwise, false.