iMenuPagesContains Method
Returns true if
iMenuPages contains object specified by
value.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public bool Contains(
iMenuPage value
)
Public Function Contains (
value As iMenuPage
) As Boolean
- value iMenuPage
- Objects that iMenuPages collection will be searched for.
Booleantrue if the System.Object is found in the System.Collections.IList; otherwise,
false.