Click or drag to resize

Command Methods

The Command type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compares two Command objects by comparing their IDs
Public methodCompareTo(Command)
Compares two Command objects by comparing their IDs
Public methodDo
Returns true if the command executed successfully
Public methodEquals(Object)
Equality operator - compares the IDs
(Overrides ObjectEquals(Object).)
Public methodEquals(Command)
Checks equality by comparing their IDs
Public methodGetHashCode
Returns the hashcode of the ID property
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetIDT
returns the id for the type given
Top
See Also