Set.Contains<'T> 方法 (F#)
Set.contains 的有用捷徑。 如需了解之後對集合執行的作業,請參閱 Set 模組。
**命名空間/模組路徑:**Microsoft.FSharp.Collections
組件:FSharp.Core (在 FSharp.Core.dll 中)
// Signature:
member this.Contains : 'T -> bool (requires comparison)
// Usage:
set.Contains (value)
參數
value
型別:'T要檢查的值。
傳回值
如果集合包含 value,則為 True。
平台
Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2
版本資訊
F# 核心程式庫版本
支援版本:2.0, 4.0,可攜式執行檔 (PE)。