Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineExpressionRule Class / Intersects Method
The index of the item to be queried.
The field to be queried.

In This Topic
    Intersects Method (RulesEngineExpressionRule)
    In This Topic
    Determines whether the ranges specified in the rule intersect the context being queried.
    Syntax
    'Declaration
     
    Public Function Intersects( _
       ByVal index As Integer, _
       ByVal field As String _
    ) As Boolean
    public bool Intersects( 
       int index,
       string field
    )

    Parameters

    index
    The index of the item to be queried.
    field
    The field to be queried.
    See Also