ScopeRule.IsEqualRule-Methode
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
)
Parameter
Rückgabewert
Typ: System.Boolean