Method IsBalanced<TProps>(ITreeRedbObject<TProps>)

Assembly: redb.Core.dll

Checks if typed tree is balanced (subtree depth difference does not exceed 1).

public static bool IsBalanced<TProps>(this ITreeRedbObject<TProps> root) where TProps : class, new()