NodeInequality Operator
Compares two instances of
Node for inequality.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static bool operator !=(
Node a,
Node b
)
- a Node
- The first Node.
- b Node
- The second Node.
Booleantrue if the two instances are NOT equal in any respect
(value, precision, accuracy, and unit).