Function Action.opEquals

compares id of this action with another action id

bool opEquals(
  int anotherActionId
) const;

bool opEquals(
  const(Action) action
) const;