Share via


KeyGestureComparer.Equals(KeyGesture, KeyGesture) Method

Definition

public:
 virtual bool Equals(System::Windows::Input::KeyGesture ^ x, System::Windows::Input::KeyGesture ^ y);
public bool Equals (System.Windows.Input.KeyGesture x, System.Windows.Input.KeyGesture y);
override this.Equals : System.Windows.Input.KeyGesture * System.Windows.Input.KeyGesture -> bool
Public Function Equals (x As KeyGesture, y As KeyGesture) As Boolean

Parameters

Returns

Implements

Applies to