WizardFramework.IsCurrentPage(Page) Method

Definition

Checks whether the specified page is the current page.

public:
 virtual bool IsCurrentPage(Microsoft::SqlServer::Management::SqlWizardFramework::Page ^ page);
public bool IsCurrentPage (Microsoft.SqlServer.Management.SqlWizardFramework.Page page);
abstract member IsCurrentPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
override this.IsCurrentPage : Microsoft.SqlServer.Management.SqlWizardFramework.Page -> bool
Public Function IsCurrentPage (page As Page) As Boolean

Parameters

page
Page

The Page object to check.

Returns

true if the specified page is the current page; otherwise, false.

Applies to