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