group_checker library
Functions
-
isDifferentGroup<
T extends GroupBase> (Parent< T> ? source, Parent<T> ? dest) → bool -
Check whether the
sourceis different fromdest. It returns false if eithersourceordestis null.
source is different from dest.
It returns false if either source or dest is null.