Esempio n. 1
0
 protected bool Equals(OracleSimpleValue other) => Equals(RawValue, other.RawValue);
Esempio n. 2
0
 protected bool Equals(OracleSimpleValue other)
 {
     return(Equals(RawValue, other.RawValue));
 }