del método ScopeRule.IsEqualRule
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function IsEqualRule ( _
cmpRule As ScopeRule _
) As Boolean
'Uso
Dim instance As ScopeRule
Dim cmpRule As ScopeRule
Dim returnValue As Boolean
returnValue = instance.IsEqualRule(cmpRule)
public bool IsEqualRule(
ScopeRule cmpRule
)
Parámetros
- cmpRule
Tipo: Microsoft.Office.Server.Search.Administration.ScopeRule
Valor devuelto
Tipo: System.Boolean
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration