System::TypeInfo::operator== method

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

Determines if the current and the specified TypeInfo objects are equal.

bool System::TypeInfo::operator==(const TypeInfo &info) const
ParameterTypeDescription
infoconst TypeInfo&The TypeInfo object to compare with

ReturnValue

True if the objects’ hashes are equal, otherwise - false

See Also

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

Determines if the current TypeInfo object is a null-object, i.e. does not represent any type.

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

ReturnValue

True if the current TypeInfo object is a null-object, otherwise - false

See Also