예제 #1
0
 static bool MatchNode(RightActivation <T> node, MemoryNode <T> right)
 {
     return(right.Equals(node));
 }