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