Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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