Table of Contents

Method CurrentTargetEquals

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CurrentTargetEquals(AbstractControl?)

Determines whether the current target is equal to the specified control.

public readonly bool CurrentTargetEquals(AbstractControl? control)

Parameters

control AbstractControl

The control to compare with the current target. Can be null to check if there is no current target.

Returns

bool

true if the current target is equal to the specified control; otherwise, false.