GameStat.NET Reference

ServerCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether the ServerCollection contains a specific value.

public bool Contains(
   Server value
);

Parameters

value
The Server to locate in the ServerCollection.

Return Value

true if the Server is found in the ServerCollection; otherwise, false.

See Also

ServerCollection Class | GameStat.Collections Namespace