ExecutionOperationCollection.Contains(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the ExecutionOperationCollection object contains the specified id.
public:
bool Contains(long id);
public bool Contains (long id);
override this.Contains : int64 -> bool
Public Function Contains (id As Long) As Boolean
Parameters
- id
- Int64
The identifier.
Returns
true if the ExecutionOperationCollection object contains the specified id; otherwise, false.