And1.Check

And<T>.Check method

如果指定对象满足条件则返回真。

public bool Check(T el)
范围类型描述
elT要检查的对象。

返回值

如果对象满足条件则为真。

也可以看看