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

itemThe item to check.

Returns

boolTrue if the item is registered, false if the item is not registered.