예제 #1
0
 protected bool Equals(OracleBlobValue other) => Equals(_blob, other._blob);
예제 #2
0
 protected bool Equals(OracleBlobValue other)
 {
     return(Equals(_blob, other._blob));
 }