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