Vector2.opEquals

Compares two vectors by checking whether the coordinates are equals.

struct Vector2(T)
const pure nothrow
bool
opEquals
(
ref const Vector2 vec
)
if (
isNumeric!T
)

Meta