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