Compares two points with each other, and returns true if all coordinates are equal.
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 are equal.
See Also