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