ValidationOperationCollection.Contains(Int64) Method

Definition

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.

Applies to