OracleBoolean.IsFalse Property

Definition

Indicates whether the current Value is False.

public:
 property bool IsFalse { bool get(); };
public bool IsFalse { get; }
member this.IsFalse : bool
Public ReadOnly Property IsFalse As Boolean

Property Value

true if Value is False, otherwise false.

Remarks

If the Value is Null, this property still is false.

Applies to

See also