Inheritance: WriterContinuation
コード例 #1
0
 protected bool Equals(WriteFileContinuation other)
 {
     return(Equals(_file, other._file));
 }
コード例 #2
0
 protected bool Equals(WriteFileContinuation other)
 {
     return Equals(_file, other._file);
 }