VideoFormatItem::operator== Method

2つのデバイスが同一のものかどうかをチェックします。

構文

bool operator==( const VideoFormatItem& op2 ) const;
bool operator==( const std::string& string ) const;
bool operator==( const std::wstring& serial ) const;
パラメータ 説明
op2 比較対象となるVideoFormatItem。
string VideoFormatItemの名前と比較する文字列へのポインタ。その名前はビデオフォーマットを表す文字列となり ます。

戻り値

2つの演算子が同一であればtrue、そうでない場合はfalse