[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRange.Intersects

Intersects Method

Intersects(int, string)

Gets whether this range is intersected with the specified index and field.

Declaration
public virtual bool Intersects(int index, string field)
Public Overridable Function Intersects(index As Integer, field As String) As Boolean
Parameters
Type Name Description
int index

The index of the item.

string field

The field of the item.

Returns
Type Description
bool