equal
Description:
[
Version ( since =
"1.12" ) ]
public bool equal (
TCAction other)
Determines if two TCAction objects contain the same kind, family, handle, parent and info.
Parameters:
this |
the TCAction
|
other |
the TCAction to compare this to.
|
Returns:
true if the objects contain the same values, false if they do
not.
|