Vector3Equals Method (Vector3) |
[This is preliminary documentation and is subject to change.]
Determines whether the specified Object is equal to the Vector3.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public bool Equals(
Vector3 other
)
Parameters
- other
- Type: VRageMathVector3
The Vector3 to compare with the current Vector3.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VRageMath.Vector3.Equals(VRageMath.Vector3)"]
See Also