Interface ICondition
Interface ICondition
Namespace: Aspose.Tasks.Util
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a condition which can be used by filters or search methods.
public interface ICondition<in t="">
Type Parameters
T
The type of object to apply method interface to.
Methods
Check(T)
Returns true if the specified object satisfy the conditions.
bool Check(T el)
Parameters
el
T
The object to check.
Returns
True if the object satisfy the conditions.