NodeEquality Operator

Compares two instances of Node for equality.

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 equal.

See Also