Table of Contents

Method Contains

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Contains(T)

Gets a value indicating whether the collection contains the specified item or not

bool Contains(T item)

Parameters

item T

Item to look for

Returns

bool

true if the item is found