Return true if the specified lhs and rhs have the same value, and false otherwise. Two TypeInfo objects have the same value if their associated options have the same type, both objects do not have a linked variable or both refer to the same variable, and both do not have a constraint or both refer to the same constraint. Note that two objects constructed from copies of the same constraint will not be identical. (Use constraint/`setConstraint` to ensure that both constraints are the same.)

Synopsis

Declared in <balcl_typeinfo.h>

bool
operator==(
    TypeInfo const& lhs,
    TypeInfo const& rhs);

Created with MrDocs