NodeMatchPatternAccepts Method  | 
 
            Checks whether the given Node matches the Node this pattern was instantiated with.
            
 
    Namespace: 
   VDS.RDF.Query.Patterns
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected override bool Accepts(
	SparqlEvaluationContext context,
	INode obj
)
Protected Overrides Function Accepts ( 
	context As SparqlEvaluationContext,
	obj As INode
) As Boolean
Parameters
- context
 - Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context. - obj
 - Type: VDS.RDFINode
Node to test. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.NodeMatchPattern.Accepts(VDS.RDF.Query.SparqlEvaluationContext,VDS.RDF.INode)"]
See Also