Menu.Contains(Menu) Method

Definition

Returns true if item is contained in the top-level collection of menus that belong to this menu. Otherwise, returns false.

public bool Contains (Xamarin.Forms.Menu item);
abstract member Contains : Xamarin.Forms.Menu -> bool
override this.Contains : Xamarin.Forms.Menu -> bool

Parameters

item
Menu

The menu whose presence to check.

Returns

true if item is contained in the top-level collection of menus that belong to this menu. Otherwise, false.

Implements

Applies to