Method CurrentTargetEquals
CurrentTargetEquals(AbstractControl?)
Determines whether the current target is equal to the specified control.
public readonly bool CurrentTargetEquals(AbstractControl? control)
Parameters
controlAbstractControlThe 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.