isImplicitly

Returns true iff an instance of type test is implicitly castable to target. If the types describe classes or interfaces, this is an expensive operation.

  1. bool isImplicitly(in ClassInfo test, in ClassInfo target)
  2. bool isImplicitly(in TypeInfo test, in TypeInfo target)
    bool
    isImplicitly
    (
    in TypeInfo test
    ,
    in TypeInfo target
    )

Meta