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;

Parameter Description
op

A VideoNormItem with which to compare.

string

A pointer to a string with which the name of this VideoNormItem should be compared with.

Return value:

true, if both operands are equal, false, if they differ.

See also: VideoNormItem, VideoNormItem::operator!=

<< VideoNormItem