public void OnStageGroupClicked(StageGroup stageGroup, Stage stage) { SelectStage(stage); }
public override bool Equals(object obj) { StageGroup other = obj as StageGroup; return(other != null && other.MainStage == MainStage && other.GroupedStages.SequenceEqual(GroupedStages)); }