Stitch.Database Documentation

DBCell Equality Operator 

Compare a DBCell to a boolean

public static bool operator ==(
   bool bValue,
   DBCell dbValue
);

Parameters

bValue
Boolean value
dbValue
DBCell value

Return Value

bool

See Also

DBCell Class | Stitch.Database Namespace