GameStat.NET Reference

PlayerCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether the PlayerCollection contains a specific value.

public bool Contains(
   Player value
);

Parameters

value
The Player to locate in the PlayerCollection.

Return Value

true if the Player is found in the PlayerCollection; otherwise, false.

See Also

PlayerCollection Class | GameStat.Collections Namespace