static bool MatchNode(RightActivation <T> node, MemoryNode <T> right) { return(right.Equals(node)); }