IsAssignableFrom(PTypeInfo,PTypeInfo) Method

Determines whether an instance of leftType can be assigned from an instance of rightType.

Namespace: Spring
function IsAssignableFrom(leftType, rightType: PTypeInfo): Boolean; overload;

Parameters

leftType
Type: System.Void

rightType
Type: System.Void

Return Value

Type: Boolean