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

물건이 조건을 만족시킨다면 사실이다.

 한국어