PageCollectionContains Method |
Detects if a given Page is in the Collection
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Contains(
WizardPage value
)
Public Function Contains (
value As WizardPage
) As Boolean
public:
bool Contains(
WizardPage^ value
)
member Contains :
value : WizardPage -> bool
Parameters
- value
- Type: Gui.WizardWizardPage
Page to find
Return Value
Type:
BooleanSee Also