Equality operators
Synopses
Declared in <balb_filecleanerconfiguration.h>
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Choice3 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Choice3 const& lhs,
Choice3 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Response objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Response const& lhs,
Response const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Request objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Request const& lhs,
Request const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two FeatureTestMessage objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
FeatureTestMessage const& lhs,
FeatureTestMessage const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
SequenceWithAnonymity const& lhs,
SequenceWithAnonymity const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two SequenceWithAnonymityChoice2 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
SequenceWithAnonymityChoice2 const& lhs,
SequenceWithAnonymityChoice2 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence2 const& lhs,
Sequence2 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence1 const& lhs,
Sequence1 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence4 const& lhs,
Sequence4 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Choice2 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Choice2 const& lhs,
Choice2 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Choice1 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Choice1 const& lhs,
Choice1 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two SequenceWithAnonymityChoice objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
SequenceWithAnonymityChoice const& lhs,
SequenceWithAnonymityChoice const& rhs);
Return true if the specified lhs and rhs attribute objects have the same (in‐core) value, and false otherwise. Two attribute objects have the same in‐core value if each respective attribute has the same in‐core value.
bool
operator==(
FileCleanerConfiguration const& lhs,
FileCleanerConfiguration const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence6 const& lhs,
Sequence6 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence5 const& lhs,
Sequence5 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
Sequence3 const& lhs,
Sequence3 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Choice5 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Choice5 const& lhs,
Choice5 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
VoidSequence const& lhs,
VoidSequence const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
UnsignedSequence const& lhs,
UnsignedSequence const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
SimpleRequest const& lhs,
SimpleRequest const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two SequenceWithAnonymityChoice1 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
SequenceWithAnonymityChoice1 const& lhs,
SequenceWithAnonymityChoice1 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise. Two Choice4 objects have the same value if either the selections in both objects have the same ids and the same values, or both selections are undefined.
bool
operator==(
Choice4 const& lhs,
Choice4 const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
CustomString const& lhs,
CustomString const& rhs);
Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.
bool
operator==(
CustomInt const& lhs,
CustomInt const& rhs);
Created with MrDocs