EqualityFactI 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 Int variable has the expected value.

function EqualityFactI (actual : Int, expected : Int, message : String) : Unit

Input

actual : Int

The number to be checked.

expected : Int

The expected value.

message : String

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

Output : Unit