Vector.__eq__ΒΆ

Code Example

>>> from crossproduct import Vector
>>> v = Vector(1,2)
>>> result = v==v
>>> print(result)
True