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