CRaPI - Correct Robust and Perfect API

Command.Equals Method 

Compares if the Command-object are equal another object.

public override bool Equals(
   object o
);

Parameters

o
The object to compare with.

Return Value

true if equal, false otherwise.

Remarks

The o must be of type Command and be equal according to operator ==

See Also

Command Class | TeamYaffa.CRaPI.Commands Namespace