CRaPI - Correct Robust and Perfect API

Command.GetHashCode Method 

Returns the hashcode of the Command object.

public override int GetHashCode();

Return Value

An integer that represents the hashcode for this Command object

Remarks

The hashcode of the Command object is the same as the hashcode of the CommandString.

See Also

Command Class | TeamYaffa.CRaPI.Commands Namespace