OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.Contains Method 

Determines whether the collection contains the specified element.

public static bool Contains(
   ICollection c,
   object obj
);

Parameters

c
The collection to check.
obj
The object to locate in the collection.

Return Value

true if the element is in the collection.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace