public bool Equals (ShortcutManagement.ShortcutBinding other);

파라미터

otherThe ShortcutBinding to compare to this instance.

반환

bool true if the value of the other parameter is the same as the value of this instance; otherwise, false.

설명

Determines whether this instance and another specified ShortcutBinding instance have the same value.


public bool Equals (object obj);

파라미터

objThe ShortcutBinding to compare to this instance.

반환

bool true if obj is a ShortcutBinding and its value is the same as this instance; otherwise, false. If obj is null, the method returns false.

설명

Determines whether this instance and a specified object, which must also be a [[ShortcutBinding}} object, have the same value.