XMLTupleSpaceShared.DeepTemplate.flatmatch Function
a flat match means equality of fields in same position and equality of field- and tuplecount of tuples in same position. this method checks if fieldcount and tuplecount of both tuples is equal. matching of the fields of this tuple is performed in the calling method.

Public bool flatmatch (System.Xml.XmlNode, System.Xml.XmlNode)
  Type Name Description  
    System.Xml.XmlNode fst first xmlnode representing a tuple  
    System.Xml.XmlNode snd second xmlnode representing a tuple  
  Return Description  
    bool true if fieldcount and tuplecount match and false else.