CRaPI - Correct Robust and Perfect API | |
Command Equality Operator
Compares two Command objects for equality
Parameters
- pCommand1
- First Command object
- pCommand2
- Second Command object
Return Value
true if equal, otherwise false
Remarks
Two Command objects are equal if:
- The references are equal
- or the commandstrings and commandtypes are equal
See Also
Command Class | TeamYaffa.CRaPI.Commands Namespace