VideoNormItem::operator== Method

2つのビデオ規格が同じものかどうかをチェックします。

構文

bool operator==( const VideoNormItem& op ) const;
bool operator==( const std::string& string ) const;
bool operator==( const std::wstring& serial ) const;
パラメータ 説明
op 比較するVideoNormItemです。
string 比較されるVideoNormItemの名称のStringへのポインタ

戻り値

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