Equals
Determines whether this instance and another specified ShortcutBinding instance have the same value.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
Equals(ShortcutBinding)
Determines whether this instance and another specified ShortcutBinding instance have the same value.
public bool Equals(ShortcutBinding other)
Parameters
The ShortcutBinding to compare to this instance.
Returns
Type | Description |
|---|---|
| bool | |
Equals(Object)
Determines whether this instance and a specified object, which must also be a [[ShortcutBinding}} object, have the same value.
public override bool Equals(object obj)
Parameters
The ShortcutBinding to compare to this instance.
Returns
Type | Description |
|---|---|
| bool | |