BooleanNode.Implicit(Boolean to BooleanNode) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs an implicit conversion from Boolean to BooleanNode.
public static implicit operator CommunityToolkit.WinUI.Animations.Expressions.BooleanNode(bool value);
static member op_Implicit : bool -> CommunityToolkit.WinUI.Animations.Expressions.BooleanNode
Public Shared Widening Operator CType (value As Boolean) As BooleanNode
Parameters
- value
- Boolean
if set to true [value].
Returns
The result of the conversion.