Documentation

matchPositionValues()

Checks if given position values match the current position.

matchPositionValues(position: Partial<UIElement.Position>): boolean;

Notes

Parameters

Return value

True, if all of the properties in the provided object match with current position.

Related