コード例 #1
0
ファイル: WrappedSocket.cs プロジェクト: splitice/EventCore
 protected bool Equals(WrappedSocket other)
 {
     return Equals(_socket, other._socket);
 }
コード例 #2
0
ファイル: WrappedSocket.cs プロジェクト: jmptrader/EventCore
 protected bool Equals(WrappedSocket other)
 {
     return(Equals(_socket, other._socket));
 }