equals method

bool equals(
  1. Vector v
)

Implementation

bool equals(Vector v) {
  throw('Not implimented in Vector type yet');
}