ExecutionOperationCollection.Contains(Int64) 메서드

정의

ExecutionOperationCollection 개체에 지정한 ID가 포함되어 있는지 여부를 확인합니다.

public:
 bool Contains(long id);
public bool Contains (long id);
override this.Contains : int64 -> bool
Public Function Contains (id As Long) As Boolean

매개 변수

id
Int64

식별자입니다.

반환

개체에 지정된 ID가 ExecutionOperationCollection 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상