Click or drag to resize

Vector2Equals Method (Vector2)

Returns a boolean indicating whether the given Vector2 is equal to this Vector2 instance.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Vector2 other
)

Parameters

other
Type: Karamba.GeometryVector2
The Vector2 to compare this instance to.

Return Value

Type: Boolean
True if the other Vector2 is equal to this instance; False otherwise.

Implements

IEquatableTEquals(T)
See Also