Method Contains
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Contains(T)
Determines whether the set contains the specified value.
public bool Contains(T value)
Parameters
valueTThe value to locate in the set.
Returns
- bool
trueif the set contains the specified value; otherwise,false.