PointD3DInequality Operator |
Checks if two points are not equal.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator !=(
PointD3D a,
PointD3D b
)
Parameters
- a PointD3D
- The first point.
- b PointD3D
- The second point.
Return Value
Boolean if the points are not equal; otherwise,
.
See Also