Stitch.Database Documentation

DBCell Implicit Stitch.Database.DBCell to System.Boolean Conversion 

Implicitly convert from DBCell to a bool.

public static implicit operator bool(
   DBCell dbcValue
);

Parameters

dbcValue
Value to convert

Return Value

bool

See Also

DBCell Class | Stitch.Database Namespace