Action.Key.Equals Method
Include Protected Members
Include Inherited Members
Determines whether two Action.Key objects are equal.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Equals(Object) | Determines whether a Action.Key object is equal to the Object object supplied by the obj parameter. (Overrides SfcKey.Equals(Object).) | |
Equals(SfcKey) | Determines whether an Action.Key object is equal to an SfcKey object supplied by the key parameter. (Overrides SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether two instances of the Object class are equal. |
Top