Class Not
Class Not
Namespace: Aspose.Tasks.Util
Assembly: Aspose.Tasks.dll (25.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
Implements
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
True if the object satisfy the condition. </t></t></t></t>