Equals method

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public bool Equals(
	Vector3D other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Vector3D _
) As Boolean
Visual C++
public:
bool Equals(
	Vector3D other
)

Parameters

other
Type: Hyleos.Common.Geometry..::.Vector3D

[Missing <param name="other"/> documentation for "M:Hyleos.Common.Geometry.Vector3D.Equals(Hyleos.Common.Geometry.Vector3D)"]

Return Value

True if exact, false otherwise

See Also