QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(BooleanField) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > BooleanField Class > Implicit Type Conversion Operator : Implicit Type Conversion(BooleanField) Operator
fld

Boolean

This allows the developer to directly get the value of this field as Boolean.

Parameters:
Description
fldBooleanField to convert

Syntax

C# 
public bool operator implicit( 
   BooleanField fld
)

Parameters

fld

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also