equals

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

Compares this position to the specified object.

Return

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

Since

1.14

Parameters

other

The position to compare this position against.