Home > decentraland-ecs > Vector4 > equals
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
Parameter | Type | Description |
---|---|---|
otherVector |
ReadOnlyVector4 |
the vector to compare against |