Table of Contents

Method Contains

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Contains(T)

Determines whether the array contains the specified item.

public bool Contains(T item)

Parameters

item T

The item to locate.

Returns

bool

true if the item is found; otherwise, false.