Vector3Equals Method (Object) |
[This is preliminary documentation and is subject to change.]
Returns a value that indicates whether the current instance is equal to a specified object.
Namespace: VRageMathAssembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Object to make the comparison with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VRageMath.Vector3.Equals(System.Object)"]
See Also