Inheritance: WriterContinuation
Exemplo n.º 1
0
 protected bool Equals(WriteFileContinuation other)
 {
     return(Equals(_file, other._file));
 }
Exemplo n.º 2
0
 protected bool Equals(WriteFileContinuation other)
 {
     return Equals(_file, other._file);
 }