Table of Contents

Method Contains

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.dll

Contains(T)

Determines whether the System.Collections.Generic.ICollection`1 contains a specific value.

public bool Contains(T item)

Parameters

item T

The object to locate in the System.Collections.Generic.ICollection`1.

Returns

bool

true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.