• an equality function that always returns false, so that the signal is always propagated (never the same/equal).
    this is useful in circumstances where the value is an object, and has undergone mutation, but is still the same object.

    Type Parameters

    • T

    Parameters

    • v1: T
    • v2: T

    Returns false

Generated using TypeDoc