AnalogChannelItem::operator!= Method

Checks whether two input channel items differ.
Syntax:
bool operator!=( const AnalogChannelItem& op ) const;
Parameter Description
op

Another input channel with which to compare this.

Return value:

true, if this is different from op, false otherwise.

See also: AnalogChannelItem, AnalogChannelItem::operator==

<< AnalogChannelItem