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