Click or drag to resize

BaseNodeInequality Operator

The Non-Equality operator is defined for Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool operator !=(
	BaseNode a,
	BaseNode b
)

Parameters

a
Type: VDS.RDFBaseNode
First Node.
b
Type: VDS.RDFBaseNode
Second Node.

Return Value

Type: Boolean
Whether the two Nodes are non-equal.
Remarks
Uses the Equals method to evaluate the result.
See Also