예제 #1
0
 /// <inheritdoc/>
 public bool Equals(SpecWithOwningModule other)
 {
     return(Path.Equals(other.Path) && OwningModule?.Equals(other.OwningModule) == true);
 }
예제 #2
0
 /// <inheritdoc/>
 public bool Equals(ParsedSpecWithOwningModule other)
 {
     return(OwningModule.Equals(other.OwningModule) && ParsedFile == other.ParsedFile);
 }