M_Cyjb_Collections_Deque_1_Contains - CYJB/Cyjb GitHub Wiki

Deque(T).Contains 方法

确定当前集合是否包含指定对象。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public override bool Contains(
	T item
)

参数

 

item
Type: T
要在当前集合中定位的对象。

返回值

Type: Boolean
如果在当前集合中找到 item,则为 true;否则为 false

实现

ICollection(T).Contains(T)

参见

Reference

Deque(T) 类
Cyjb.Collections 命名空间

⚠️ **GitHub.com Fallback** ⚠️