Esempio n. 1
0
 protected bool Equals(SkylineDocNode other)
 {
     return(Equals(DataSchema, other.DataSchema) &&
            IdentityPath.Equals(other.IdentityPath));
 }
Esempio n. 2
0
 protected Result(SkylineDocNode docNode, ResultFile resultFile) : base(docNode.DataSchema)
 {
     SkylineDocNode = docNode;
     _resultFile    = resultFile;
 }