AllEqualityFactI 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 two arrays of integer values are equal.

function AllEqualityFactI (actual : Int[], expected : Int[], message : String) : Unit

Input

actual : Int[]

The array that is produced by a test case of interest.

expected : Int[]

The array that is expected from a test case of interest.

message : String

A message to be printed if the arrays are not equal.

Output : Unit