EqualityFactR 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 Result variable has the expected value.

function EqualityFactR (actual : Result, expected : Result, message : String) : Unit

Input

actual : Result

The variable to be checked.

expected : Result

The expected value.

message : String

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

Output : Unit