Point3DIntEquals(Point3DInt) 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.9.0
Syntaxpublic bool Equals(
Point3DInt other
)
Parameters
- other Point3DInt
- The point to test.
Return Value
BooleanTrue if
other has the same coordinates as this
Point3DInt.
See Also