Skip to content

IsEqual does not support Array Types #16

Closed
@mistresseve666

Description

@mistresseve666

IsEqual should support Array Types so that users can compare if two arrays are identical (same size, index 0 matches index 0, etc.). Currently it falls through to the else clause:

IsEqual = Actual = Expected

and causes a VB runtime error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions