Menu.Contains(Menu) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.Boolean
true
if item
is contained in the top-level collection of menus that belong to this menu. Otherwise, false
.
Implements
System.Collections.Generic.ICollection`1.Contains(`0)