Table of Contents

Method DeepEquals

Namespace
PowerSync.Common.Utils
Assembly
PowerSync.Common.dll

DeepEquals(object?, object?)

Performs a deep equality comparison between two objects. Handles dictionaries, lists, and primitive types.

public static bool DeepEquals(object? a, object? b)

Parameters

a object
b object

Returns

bool