• Check whether the type of that matches the type of other instance.

    Remarks

    We check with is* function. Hence, if the class of other is a subclass of the class of that, we confirm the match.

    Type Parameters

    • ClassT extends Class<ClassT>

    Parameters

    • that: ClassT

      standard instance

    • other: Class

      instance whose type is compared against that

    Returns other is ClassT

Generated using TypeDoc