Ejemplo n.º 1
0
 protected bool Equals(InvocationNodeBase other)
 {
     return(Arguments.SequenceEqual(other.Arguments));
 }
Ejemplo n.º 2
0
 protected bool Equals(InvocationNodeBase other)
 {
     return Arguments.SequenceEqual(other.Arguments);
 }