vector.opEquals
bool opEquals(this This, That)(auto ref That rhs) if (is(immutable That == immutable vector)) extern(D)Performs elementwise equality check.
bool opEquals(this This, That)(auto ref That rhs) if (is(immutable That == immutable vector)) extern(D)Performs elementwise equality check.