Point4DEquals(Point4D) Method |
Specifies whether this point contains the same coordinates as the specified point.
Namespace: RAYLASE.SPICE3.UtilsAssembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.5.2
Syntax public bool Equals(
Point4D rhs
)
Parameters
- rhs Point4D
- The point to test.
Return Value
BooleanTrue if
rhs has the same coordinates as this
Point4D.
See Also