←Select platform

Contains Method (RasterCollection<T>)

Summary

Determines whether or not the specified item is contained in the collection.

Syntax

C#
VB
C++
public virtual bool Contains(  
   T _item_ 
) 
Public Overridable Function Contains( _ 
   ByVal item As T _ 
) As Boolean 
public: 
virtual bool Contains(  
   _T^_ item 
)  

Parameters

item
Object to test.

Return Value

true if the item is found in the collection; false, otherwise.

Example

For an example, refer to RasterCollection\<T\>.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize