示例#1
0
 private bool CustomEquals(WorkflowStep other)
 {
     return(Transitions.EqualsDictionary(other.Transitions));
 }