Table of Contents

Method Contains

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Contains(T)

Determines whether the set contains the specified value.

public bool Contains(T value)

Parameters

value T

The value to locate in the set.

Returns

bool

true if the set contains the specified value; otherwise, false.