On this page@rbxts/expect > Assertion > eql Assertion.eql() method Asserts that the value is deep equal to the expectedValue. Signature: eql<R = T>(expectedValue: R): Assertion<R>; Parameters ParameterTypeDescriptionexpectedValueR Returns: Assertion<R> Remarks Type alias for deepEqual