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(
	Vector2D other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Vector2D _
) As Boolean
Visual C++
public:
bool Equals(
	Vector2D other
)

Parameters

other
Type: Hyleos.Common.Geometry..::.Vector2D

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

Return Value

True if exact, false otherwise

See Also