Codec::operator== Method
2つのコーデックもしくはその名前が同一のものであるかどうかをチェックします。
構文
bool operator==( const Codec& op ) const;
bool operator==( const std::string& op ) const;
bool operator==( const std::wstring& op ) const;
| パラメータ | 説明 |
|---|---|
| op | 比較の対象となるコーデックもしくは文字列です。 |
戻り値
| 値 | 説明 |
|---|---|
| true | 2つのオペランドは同一のものです。 |
| false | 2つのオペランドは同じものではありません。 |
