Click or drag to resize

Vector2DEquals Method (Vector2D, Vector2D)

Specifies whether two vectors are approximately equal.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool Equals(
	Vector2D vector1,
	Vector2D vector2
)

Parameters

vector1
Type: LightBuzzVector2D
The first vector to compare.
vector2
Type: LightBuzzVector2D
The second vector to compare.

Return Value

Type: Boolean
True if the vectors are equal.
See Also