Method Contains
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Contains(T)
Determines whether the array contains the specified item.
public bool Contains(T item)
Parameters
itemTThe item to locate.
Returns
- bool
trueif the item is found; otherwise,false.