ProjectVersionCollection.Contains(Int64) Method

Definition

Determines whether the project version contains the specified name.

public:
 bool Contains(long lsn);
public bool Contains (long lsn);
override this.Contains : int64 -> bool
Public Function Contains (lsn As Long) As Boolean

Parameters

lsn
Int64

The specified name.

Returns

True if the project version contains the specified name; otherwise, false.

Applies to