protected bool Equals(OracleExternalBinaryFile other) => Equals(_bfile, other._bfile);
protected bool Equals(OracleExternalBinaryFile other) { return(Equals(_bfile, other._bfile)); }