equals method

equals

Returns a boolean indicating whether the given Vector3F is equal to this Vector3F instance.

Returns

True if the Object is equal to this Vector3F; False otherwise.

def equals(self, other):
    ...
ParameterTypeDescription
otherVector3FVector3F to compare against.

See Also