System::Collections::Generic::BaseDictionary::ContainsValue メソッド
BaseDictionary::ContainsValue method
辞書に値が存在するかチェックします。値の比較には operator == を使用します。
bool System::Collections::Generic::BaseDictionary<Map>::ContainsValue(const mapped_t &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const mapped_t& | 検索する値。 |
ReturnValue
値が見つかった場合は true、そうでなければ false。
参照
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++