'Declaration
Public MustOverride Function Match( _ ByVal element As NChartElement _ ) As System.Boolean
'Usage
Dim instance As NSelector Dim element As NChartElement Dim value As System.Boolean value = instance.Match(element)
public abstract System.bool Match( NChartElement element )
Parameters
- element