Click or drag to resize

NotEqualsToken Constructor

Creates a new Logical Not Equals Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public NotEqualsToken(
	int line,
	int pos
)

Parameters

line
Type: SystemInt32
Line the Token occurs on.
pos
Type: SystemInt32
Position the Token occurs at.
See Also