eq | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/testeqFunction eqeq<T>( expected: NoInfer<RecursiveTestable<T>>, actual: T, annotation?: Annotation,): voidVerify deep equality of two values (to compare object identity, you need to use assert with ===) Type ParametersTParametersexpected: NoInfer<RecursiveTestable<T>>The expected value actual: TThe actual value Optionalannotation: AnnotationReturns voidTypeparamT - The type of the values (both values are expected to be of the same type). This type is only inferred from the 'actual' parameter. ThrowsIf the values are not equal SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Verify deep equality of two values (to compare object identity, you need to use assert with ===)