Vector3.opEquals

Compares two vectors by checking whether the coordinates are equals.

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

Meta