System::TypeInfo::operator== 메서드

TypeInfo::operator==(const TypeInfo&) const method

현재와 지정된 TypeInfo 객체가 동일한지 여부를 판단합니다.

bool System::TypeInfo::operator==(const TypeInfo &info) const
매개변수형식설명
infoconst TypeInfo&비교할 TypeInfo 객체

ReturnValue

객체의 해시가 동일하면 true, 그렇지 않으면 false

또 보기

TypeInfo::operator==(std::nullptr_t) const method

현재 TypeInfo 객체가 널 객체인지, 즉 어떤 타입도 나타내지 않는지 판단합니다.

bool System::TypeInfo::operator==(std::nullptr_t) const

ReturnValue

현재 TypeInfo 객체가 널 객체이면 true, 그렇지 않으면 false

또 보기