BitArray.HasAllSet 方法

定义

确定 中的所有 BitArray 位是否都设置为 true

public:
 bool HasAllSet();
public bool HasAllSet ();
member this.HasAllSet : unit -> bool
Public Function HasAllSet () As Boolean

返回

true 如果 中的每个 BitArray 位都设置为 true,则为 ;如果 BitArray 为空,则为 ;否则为 false

适用于