コード例 #1
0
ファイル: StubFeed.cs プロジェクト: kjnilsson/ripple
 protected bool Equals(StubFeed other)
 {
     return _feed.Equals(other._feed);
 }
コード例 #2
0
ファイル: StubFeed.cs プロジェクト: coinmaketcap/ripple-2
 protected bool Equals(StubFeed other)
 {
     return(_feed.Equals(other._feed));
 }