@rx-angular/stateAPIInterfacesCompareFnOn this pageCompareFnCompareFnThe function which is used by KeyCompareMap to determine if changes are distinct or not. Should return true if values are equal.Signaturetype CompareFn<T> = (oldVal: T, newVal: T) => boolean;