Click or drag to resize
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: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
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