Command Methods |
The Command type exposes the following members.
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares two Command objects by comparing their IDs
| |
CompareTo(Command) |
Compares two Command objects by comparing their IDs
| |
Do |
Returns true if the command executed successfully
| |
Equals(Object) |
Equality operator - compares the IDs
(Overrides ObjectEquals(Object).) | |
Equals(Command) |
Checks equality by comparing their IDs
| |
GetHashCode |
Returns the hashcode of the ID property
(Overrides ObjectGetHashCode.) | |
GetIDT |
returns the id for the type given
|