Vector3.opEquals

Compares two vectors by checking whether the coordinates are equals.

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

Meta