Class Not

Class Not

Namespace: Aspose.Tasks.Util
Assembly: Aspose.Tasks.dll (26.2.0)

Applies logical NOT to the specified condition.

public class Not<T> : ICondition<T>

Type Parameters

T

The type of object to apply method interface to.

Inheritance

object Not<T>

Implements

ICondition<T>

Inherited Members

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

Constructors

Not(ICondition<T>)

Initializes a new instance of the Aspose.Tasks.Util.Not`1 class.

public Not(ICondition<T> condition)

Parameters

condition ICondition <T>

Specified condition.

Methods

Check(T)

Returns true if the specified object satisfy the condition.

public bool Check(T el)

Parameters

el T

The object to check.

Returns

bool

True if the object satisfy the condition.

 English