ScopeRule.IsEqualRule method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function IsEqualRule ( _
cmpRule As ScopeRule _
) As Boolean
'Usage
Dim instance As ScopeRule
Dim cmpRule As ScopeRule
Dim returnValue As Boolean
returnValue = instance.IsEqualRule(cmpRule)
public bool IsEqualRule(
ScopeRule cmpRule
)
Parameters
- cmpRule
Type: Microsoft.Office.Server.Search.Administration.ScopeRule
Return value
Type: System.Boolean