Codec::operator!= Method

Determine whether two codec objects differ.
Syntax:
bool operator!=( const Codec& op ) const;
Parameter Description
op

Another codec with which to compare.

Return value:

Value Description
true The operands are not equal.
false The operands are equal.

See also: Codec, Codec::operator==

<< Codec