예제 #1
0
 public bool Equals(ParseStateTransition other)
 {
     return(Start.Equals(other.Start) && Trigger.Equals(other.Trigger) && End.Equals(other.End));
 }
예제 #2
0
 public bool Equals(ParseStateTransition other)
 {
     return Start.Equals(other.Start) && Trigger.Equals(other.Trigger) && End.Equals(other.End);
 }