HoverPointer.opEquals

Compare two pointers. All publicly exposed fields (device, number, position, isDisabled) must be equal. To check if the two pointers have the same origin (device and number), use isSame.

struct HoverPointer
const
bool
opEquals

Parameters

other HoverPointer

Pointer to compare against.

Return Value

Type: bool

True if the pointer is the same as the other pointer and has the same state.

Meta