Exemplo n.º 1
0
 protected bool Equals(StubFubuFile other)
 {
     return(string.Equals(Path, other.Path));
 }
Exemplo n.º 2
0
 protected bool Equals(StubFubuFile other)
 {
     return string.Equals(Path, other.Path);
 }