Ejemplo n.º 1
0
 public bool Equals(ParseStateTransition other)
 {
     return(Start.Equals(other.Start) && Trigger.Equals(other.Trigger) && End.Equals(other.End));
 }
Ejemplo n.º 2
0
 public bool Equals(ParseStateTransition other)
 {
     return Start.Equals(other.Start) && Trigger.Equals(other.Trigger) && End.Equals(other.End);
 }