Assert_AreBanksNotEqual

Name

Assert_AreBanksNotEqual — Checks if two banks (including their contents) are not equal, and fails if they are.

Function Assert_AreBanksNotEqual (
     expected%,
     actual%,
     errorMessage$
)

Parameters

Table 8. Parameters

Name Type Description
expected int The expected bank.
actual int The actual bank.
errorMessage string Optional error message to output on failure.

See Also

Assert_AreBanksEqual

Index

Click here here to view the latest version of this page online