Point4DInequality 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 !=(
Point4D lhs,
Point4D rhs
)
Parameters
- lhs Point4D
- The first point.
- rhs Point4D
- The second point.
Return Value
BooleanTrue if both points differ from each other.
See Also