Vector3.__eq__ method

__eq__(self, v: Vector3) -> bool:

Returns true if this vector equals v.

Parameters

  • vector to compare this vector against.

Returns

bool