ValidationOperationCollection.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.
Indicates whether the specified id is in the ValidationOperationCollection.
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 value of the specified id.
Returns
true if the specified id is in the collection; otherwise, false.