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