ExpressionFunctions.Not(BooleanNode) Method
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 a logical NOT operation on a specified boolean value as: !val.
public static CommunityToolkit.WinUI.Animations.Expressions.BooleanNode Not(CommunityToolkit.WinUI.Animations.Expressions.BooleanNode val);
static member Not : CommunityToolkit.WinUI.Animations.Expressions.BooleanNode -> CommunityToolkit.WinUI.Animations.Expressions.BooleanNode
Public Shared Function Not (val As BooleanNode) As BooleanNode
Parameters
- val
- BooleanNode
The value.
Returns
BooleanNode.