VideoNormItem::operator!= Method

Checks whether two video norms differ.
Syntax:
bool operator!=( const VideoNormItem& op ) const;
Parameter Description
op

A VideoNormItem with which to compare.

Return value:

true, if this video norm and the compared one differ, false, if the video norms are the same.

See also: VideoNormItem, VideoNormItem::operator==

<< VideoNormItem