Registry<T>.Contains
Method in Registry<T>
Declaration
public bool Contains(T item)
Description
Checks if a given item is registered in the list.
Parameters
item | The item to check. |
Returns
bool | True if the item is registered, false if the item is not registered. |