iMenuItemsContains Method

Returns true if iMenuItem contains object specified by value.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public bool Contains(
	iMenuItem value
)

Parameters

value  iMenuItem
The iMenuItem.

Return Value

Boolean
true if the System.Object is found in the System.Collections.IList; otherwise, false.

See Also