Equals | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias Equals<X, Y>

    Equals: EqualsInternal<X, Y>

    Returns whether types X and Y are equal. If will give good feedback if Y can't be assigned to X. If false is returned, try using RevEquals if that one gives better feedback.

    Type Parameters

    • X extends Y

      First type

    • Y

      Second type