ManagementConfigurationPath.IsEquivalentScope(ManagementScope) Method

Definition

Determines whether a management scope is the same as the current scope.

public:
 bool IsEquivalentScope(Microsoft::Web::Management::Server::ManagementScope scope);
public bool IsEquivalentScope (Microsoft.Web.Management.Server.ManagementScope scope);
member this.IsEquivalentScope : Microsoft.Web.Management.Server.ManagementScope -> bool
Public Function IsEquivalentScope (scope As ManagementScope) As Boolean

Parameters

scope
ManagementScope

A management scope.

Returns

true if the specified management scope is the same as the current scope; otherwise, false.

Applies to