Skip to main content
Version: v0.19.0-alpha 🚧

AssertEqual

Alias:AssertEqual

Output:Unit

Asserts that two objects are equal. Both objects must have the same type.

ParameterTypeRequiredPositionSummary
LeftT✔1The first object to compare
RightT✔2The second object to compare