Click or drag to resize

IFragmentBoolean Property

Gets the contained value as a Boolean

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
bool Boolean { get; }

Property Value

Type: Boolean
Remarks
The following process is used for evaluation: Boolean values are evaluated as is null is false Non-zero number values are true Everything else is true
See Also