Matches Method
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Matches(
KeyEventArgs? keyEvent
)
Public Function Matches (
keyEvent As KeyEventArgs
) As Boolean
member Matches :
keyEvent : KeyEventArgs -> bool