Beispiel #1
0
 protected bool Equals(StubFeed other)
 {
     return _feed.Equals(other._feed);
 }
Beispiel #2
0
 protected bool Equals(StubFeed other)
 {
     return(_feed.Equals(other._feed));
 }