OperationCollection.Contains(Int64) Method

Definition

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.

Applies to