14.2.5.10 operator true
This method determines whether or not the specified OracleBoolean value is true.
Declaration
// C#
public static operator true (OracleBoolean value1);
Parameters
-
value1An
OracleBooleaninstance
Return Value
An OracleBoolean that is true if specified OracleBoolean value is true; otherwise, returns false.
Remarks
This property will return false if the current instance is null.