Click or drag to resize

Bool  Conversion (Bool to Boolean)

Converts a Bool struct to a bool.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public static implicit operator bool (
	Bool f
)

Parameters

f
Type: ABB.Robotics.Controllers.RapidDomainBool
A Bool struct reference.

Return Value

Type: Boolean
The bool value that is stored in the Bool struct
See Also