コード例 #1
0
 protected bool Equals(InvocationNodeBase other)
 {
     return(Arguments.SequenceEqual(other.Arguments));
 }
コード例 #2
0
ファイル: InvocationNodeBase.cs プロジェクト: TrickyCat/lens
 protected bool Equals(InvocationNodeBase other)
 {
     return Arguments.SequenceEqual(other.Arguments);
 }