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

Return value

Type: System.Boolean

See also

Reference

ScopeRule class

ScopeRule members

Microsoft.Office.Server.Search.Administration namespace