'Declaration This operator type is not supported by Visual Basic
public OracleBoolean operator !( OracleBoolean x )
Parameters
- x
- The OracleBoolean structure on which the NOT operation is performed.
Return Value
An OracleBoolean with the following Value: Value if argument was true, Null if argument was null, and False otherwise.