Class Not

Class Not

名称: Aspose.Tasks.Util 合計: Aspose.Tasks.dll (25.4.0)

論理的な条件に適用しない。

public class Not<t> : ICondition<t>

タイプパラメーター

T

用途インターフェイスを適用するオブジェクトの種類

Inheritance

object Not

Implements

ICondition

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Not(条件>T>)

Aspose.Tasks.Util.Not`1クラスの新しい例を開始します。

public Not(ICondition<t> condition)

Parameters

condition ICondition

特定の条件

Methods

Check(T)

指定されたオブジェクトが条件を満たしている場合に返信します。

public bool Check(T el)

Parameters

el T

チェックする対象です。

Returns

bool

物体が条件を満たしている場合。

 日本語