Vector2.opEquals

Compares two vectors by checking whether the coordinates are equals.

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

Meta