ReadOnlyLinkedElementCollection<T>.Contains(T) Method

Definition

Gets whether a specified role player belongs to the collection.

public:
 virtual bool Contains(T item);
public bool Contains (T item);
abstract member Contains : 'T -> bool
override this.Contains : 'T -> bool
Public Function Contains (item As T) As Boolean

Parameters

item
T

Role player to look for.

Returns

True if role player is found in collection and false otherwise.

Implements

Applies to