Contains

Determines whether the linked list contains an element with the specified value.

bool Contains(
  T item    // 検索値
  );

パラメータ

item

[in]  検索値

戻り値

指定された値を持つ要素が連結リストにある場合はtrue、それ以外の場合はfalseを返します。