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

In This Topic
    Intersects Method (RulesEngineRange)
    In This Topic
    Gets whether this range is intersected with the specified index and field.
    Syntax
    'Declaration
     
    Public Overridable Function Intersects( _
       ByVal index As Integer, _
       ByVal field As String _
    ) As Boolean
    public virtual bool Intersects( 
       int index,
       string field
    )

    Parameters

    index
    The index of the item.
    field
    The field of the item.
    See Also