VideoFormatItem::operator== Method

Checks whether two video formats are identical.
Syntax:
bool operator==( const VideoFormatItem& op ) const;
bool operator==( const std::string& string ) const;
bool operator==( const std::wstring& string ) const;

Parameter Description
op

A VideoFormatItem with which to compare.

string

A pointer to a string with which the name of this VideoFormatItem should be compared. The name is a string that describes this video format.

Return value:

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

See also: VideoFormatItem, VideoFormatItem::operator!=

<< VideoFormatItem