Point3DInequality Operator |
Compares two points with each other, and returns true if at least one pair of coordinates are different.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.6.0
Syntax public static bool operator !=(
Point3D lhs,
Point3D rhs
)
Parameters
- lhs Point3D
- The first point.
- rhs Point3D
- The second point.
Return Value
BooleanTrue if both points differ from each other.
See Also