EqualityFactB function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Diagnostics

Package: Microsoft.Quantum.Standard

Asserts that a classical Bool variable has the expected value.

function EqualityFactB (actual : Bool, expected : Bool, message : String) : Unit

Input

actual : Bool

The variable to be checked.

expected : Bool

The expected value.

message : String

Failure message string to be used when the assertion is triggered.

Output : Unit