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