Table of Contents

Method Equals

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

Remarks

Two Key instances are considered equal when their KeyCode values match. Handled is per-event state and is intentionally excluded from identity so that Equals(object?) remains consistent with GetHashCode().