BloombergLP::ball::operator==

Equality operators

Synopses

Declared in <ball_attribute.h>

Return true if the specified lhs and the specified rhs iterators have the same value and false otherwise.

bool
operator==(
    AttributeContainerListIterator const& lhs,
    AttributeContainerListIterator const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    DefaultAttributeContainer const& lhs,
    DefaultAttributeContainer const& rhs);
» more...

Return true if the specified lhs and rhs have the same value.

bool
operator==(
    RecordStringFormatter const& lhs,
    RecordStringFormatter const& rhs);
» more...

Return true if the specified lhs and rhs record formatters have the same value, and false otherwise.

bool
operator==(
    RecordJsonFormatter const& lhs,
    RecordJsonFormatter const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value.

template<class t_VALUE>
bool
operator==(
    CategoryManager_RadixTree<t_VALUE> const& lhs,
    CategoryManager_RadixTree<t_VALUE> const& rhs);
» more...

Return true if the specified trees have the same value.

bool
operator==(
    CategoryManager_RadixTree<t_TYPE> const& lhs,
    CategoryManager_RadixTree<t_TYPE> const& rhs);
» more...

Return true if the specified lhs and rhs nodes have the same value.

template<class t_VALUE>
bool
operator==(
    CategoryManager_RadixTree_Node<t_VALUE> const& lhs,
    CategoryManager_RadixTree_Node<t_VALUE> const& rhs);
» more...

Return true if the specified lhs and rhs rule sets have the same value, and false otherwise.

bool
operator==(
    RuleSet const& lhs,
    RuleSet const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    Rule const& lhs,
    Rule const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    ManagedAttributeSet const& lhs,
    ManagedAttributeSet const& rhs);
» more...

Return true if lhs and rhs have the same in-core value.

bool
operator==(
    LoggerManagerConfiguration const& lhs,
    LoggerManagerConfiguration const& rhs);
» more...

Return true if lhs and rhs have the same value.

bool
operator==(
    LoggerManagerDefaults const& lhs,
    LoggerManagerDefaults const& rhs);
» more...

Return true if the specified lhs and rhs lists have the same value, and false otherwise.

bool
operator==(
    AttributeContainerList const& lhs,
    AttributeContainerList const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    Attribute const& lhs,
    Attribute const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    UserFields const& lhs,
    UserFields const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    UserFieldValue const& lhs,
    UserFieldValue const& rhs);
» more...

Return true if the specified lhs and rhs record attributes objects have the same value, and false otherwise.

bool
operator==(
    RecordAttributes const& lhs,
    RecordAttributes const& rhs);
» more...

Return true if the specified lhs and rhs log records have the same value, and false otherwise.

bool
operator==(
    Record const& lhs,
    Record const& rhs);
» more...

Return true if the specified lhs and rhs context objects have the same value, and false otherwise.

bool
operator==(
    Context const& lhs,
    Context const& rhs);
» more...

Return whether two hierarchical category settings have the same value.

bool
operator==(
    HierarchicalCategorySetting const& lhs,
    HierarchicalCategorySetting const& rhs);
» more...

Return true if the specified lhs and rhs threshold aggregates have the same value, and false otherwise.

bool
operator==(
    ThresholdAggregate const& lhs,
    ThresholdAggregate const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    RecordFormatterOptions const& lhs,
    RecordFormatterOptions const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    Attribute const& lhs,
    ManagedAttribute const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    ManagedAttribute const& lhs,
    Attribute const& rhs);
» more...

Return true if the specified lhs and rhs objects have the same value, and false otherwise.

bool
operator==(
    ManagedAttribute const& lhs,
    ManagedAttribute const& rhs);
» more...

Return Value

  • true if lhs and rhs have the same value, and false otherwise
  • true if lhs and rhs have the same in-core value, and false otherwise
  • true if lhs and rhs have the same value, and false otherwise

Parameters

NameDescription
lhsleft-hand operand
rhsright-hand operand