OperationCollection.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 operation 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 specified id.
Returns
True if the operation contains the specified id; otherwise, false.