Ejemplo n.º 1
0
 protected bool Equals(OracleExternalBinaryFile other) => Equals(_bfile, other._bfile);
Ejemplo n.º 2
0
 protected bool Equals(OracleExternalBinaryFile other)
 {
     return(Equals(_bfile, other._bfile));
 }