equals method

equals(self, rhs)

Check if two vector2 equals

Returns

True if all components are identically equal.


def equals(self, rhs):
    ...
ParameterTypeDescription
rhsVector2The right hand side value.

See Also