Method Equals
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
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().