Point4DIntInequality 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.9.0
Syntaxpublic static bool operator !=(
Point4DInt lhs,
Point4DInt rhs
)
Parameters
- lhs Point4DInt
- The first point.
- rhs Point4DInt
- The second point.
Return Value
BooleanTrue if both points differ from each other.
See Also