Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 567 Bytes

decentraland-ecs.vector4.equals.md

File metadata and controls

20 lines (13 loc) · 567 Bytes

Home > decentraland-ecs > Vector4 > equals

Vector4.equals method

Boolean : True if the current Vector4 coordinates are stricly equal to the given ones.

Signature:

equals(otherVector: ReadOnlyVector4): boolean;

Returns: boolean

true if they are equal

Parameters

Parameter Type Description
otherVector ReadOnlyVector4 the vector to compare against