ManagementConfigurationPath.IsEquivalentScope(ManagementScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.