Equality operators
Synopses
Declared in <balb_filecleanerconfiguration.h>
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Choice3 const& lhs,
Choice3 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Response const& lhs,
Response const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Request const& lhs,
Request const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
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.
bool
operator==(
SequenceWithAnonymity const& lhs,
SequenceWithAnonymity const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
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.
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.
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.
bool
operator==(
Sequence4 const& lhs,
Sequence4 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Choice2 const& lhs,
Choice2 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
Choice1 const& lhs,
Choice1 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
SequenceWithAnonymityChoice const& lhs,
SequenceWithAnonymityChoice const& rhs);
Return true if the specified lhs and rhs have the same 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.
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.
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.
bool
operator==(
Sequence3 const& lhs,
Sequence3 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
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.
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.
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.
bool
operator==(
SimpleRequest const& lhs,
SimpleRequest const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
bool
operator==(
SequenceWithAnonymityChoice1 const& lhs,
SequenceWithAnonymityChoice1 const& rhs);
Return true if the specified lhs and rhs objects have the same value, and false otherwise.
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.
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.
bool
operator==(
CustomInt const& lhs,
CustomInt const& rhs);
Return Value
-
trueif both objects have the same value, andfalseotherwise -
trueiflhsandrhshave the same value, andfalseotherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs