Share via


ThreadSafeCollection.Contains Method

Determines whether an element is in the ThreadSafeCollection< T>.

Syntax

public bool Contains (
         T item
)

Parameters

  • item
    Type: T
    The object to locate in the ThreadSafeCollection< T>. The value /// can be null for reference types.

Return Value

Type: Boolean
true if item is found in the ThreadSafeCollection< T>; otherwise, /// false.

Requirements

Namespace: Microsoft.Kinect.Toolkit

Assembly: Microsoft.Kinect.Toolkit (in microsoft.kinect.toolkit.dll)

See Also

Reference

ThreadSafeCollection Generic Class
ThreadSafeCollection Members
Microsoft.Kinect.Toolkit Namespace