System::TypeInfo::IsInstanceOfType 메서드

TypeInfo::IsInstanceOfType method

지정된 객체가 현재 유형의 인스턴스인지 여부를 결정합니다.

bool System::TypeInfo::IsInstanceOfType(const SharedPtr<Object> &obj) const
매개변수형식설명
objconst SharedPtr<Object>&현재 유형과 비교할 객체

ReturnValue

obj가 나타내는 객체의 상속 계층에 현재 유형이 포함된 경우 true

또 보기