Skip to content

arraymatch

eisclimber edited this page Apr 4, 2026 · 1 revision

QuizUtility.ArrayMatch(bool[],bool[])

Method in QuizUtility

Summary

Checks if bth arrays are equal regarding their elements. Can be used to check if a question was answered completely right or wrong.

public static bool ArrayMatch(bool[] a, bool[] b);

Parameters

Name Description
bool[] a first array to check
bool[] b second array to check

Returns

if all value pairs matched

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally