ReadOnlyMetadataCollection<T>.Contains(String) 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 collection contains an item with the specified identity.
public:
virtual bool Contains(System::String ^ identity);
public virtual bool Contains (string identity);
override this.Contains : string -> bool
Public Overridable Function Contains (identity As String) As Boolean
Parameters
- identity
- String
The identity of the item.
Returns
true
if the collection contains the item to be searched for; otherwise, false
. The default is false
.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.