Example #1
0
 protected bool Equals(OracleExternalBinaryFile other) => Equals(_bfile, other._bfile);
Example #2
0
 protected bool Equals(OracleExternalBinaryFile other)
 {
     return(Equals(_bfile, other._bfile));
 }