예제 #1
0
 protected bool Equals(InvocationNodeBase other)
 {
     return(Arguments.SequenceEqual(other.Arguments));
 }
예제 #2
0
 protected bool Equals(InvocationNodeBase other)
 {
     return Arguments.SequenceEqual(other.Arguments);
 }