Metodo System::TypeInfo::IsInstanceOfType

TypeInfo::IsInstanceOfType method

Determina se l’oggetto specificato è un’istanza del tipo corrente.

bool System::TypeInfo::IsInstanceOfType(const SharedPtr<Object> &obj) const
ParametroTipoDescrizione
objconst SharedPtr<Object>&L’oggetto da confrontare con il tipo corrente

ReturnValue

true se il tipo corrente è nella gerarchia di ereditarietà dell’oggetto rappresentato da obj

Vedi anche