AnalogChannelItem::operator== Method |
| Checks whether two input channels are equal. |
| Syntax: |
|
bool operator==( const AnalogChannelItem& op ) const;
bool operator==( const std::string& opString ) const;
bool operator==( const std::wstring& op ) const;
|
|
|
|
| op |
|
Another input channel with which to compare this.
|
| opString |
|
A pointer to a string with which this channel item should be compared.
|
|
| Return value: |
|
true, if the input channels are equal,
false otherwise.
|
| See also: |
|
AnalogChannelItem, AnalogChannelItem::operator!= |