VideoNormItem::operator== Method |
|||||||||||||||||
Checks whether two video norms are the same. | |||||||||||||||||
Syntax: | bool operator==( const VideoNormItem& op ) const; bool operator==( const std::string& string ) const; bool operator==( const std::wstring& string ) const; |
||||||||||||||||
|
|||||||||||||||||
Return value: | true, if both operands are equal, false, if they differ. |
||||||||||||||||
See also: | VideoNormItem, VideoNormItem::operator!= |