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(ClassInfo test, ClassInfo target)
  2. bool isImplicitly(TypeInfo test, TypeInfo target)
    bool
    isImplicitly
    (
    in TypeInfo test
    ,
    in TypeInfo target
    )

Meta