NodeInequality Operator

Compares two instances of Node for inequality.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static bool operator !=(
	Node a,
	Node b
)

Parameters

a  Node
The first Node.
b  Node
The second Node.

Return Value

Boolean
true if the two instances are NOT equal in any respect (value, precision, accuracy, and unit).

See Also