Returns a value indicating whether this instance and a specified Key object represent the same value.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Equals( _ |
A Key object to compare to this instance.
true if obj is equal to this instance; otherwise, false.
See Also