Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedDataCollection.Contains Method

Language:

Note: This documentation is preliminary and is subject to change.

Determines whether an element is in the collection.

Definition

Visual Basic .NET Public Function Contains( _
    ByVal obj As Object _
) As Boolean
C# public bool Contains(
    object obj
);
Managed C++ public: bool Contains(
    Object *obj
);
JScript .NET public function Contains(
    obj : Object
) : boolean;

Parameters

obj System.Object.

Return Value

System.Boolean .


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center