equals

open operator override fun equals(other: Any?): Boolean

Compares this location to the specified object.

Return

true if this VMELocation represents the same location as the specified position, false otherwise.

Since

1.14

Parameters

other

The location to compare this location against.