Table of Contents

Method Contains

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

Contains(T?)

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

public bool Contains(T? item)

Parameters

item T

Item to look for

Returns

bool

true if the item is found