Point3D.op_Inequality

Point3D Inequality operator

Allows to compare 3D points.

public static bool operator !=(Point3D a, Point3D b)
ParameterTypeDescription
aPoint3DFirst point to compare.
bPoint3DSecond point to compare.

Return Value

True if points are different.

See Also