Determines whether a specified boolean value passes the given
OpcLabs.BaseLib.BooleanFilter.
Parameters
- booleanFilter
- The OpcLabs.BaseLib.BooleanFilter that defines the criteria for filtering the boolean value.
- value
- The boolean value to be tested against the filter.
Return Value
true if the boolean value passes the filter; otherwise, false.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also