Beispiel #1
0
 protected bool Equals(StubFubuFile other)
 {
     return(string.Equals(Path, other.Path));
 }
Beispiel #2
0
 protected bool Equals(StubFubuFile other)
 {
     return string.Equals(Path, other.Path);
 }