←Select platform

Contains Method

Summary

Determines whether the ExObjObjectList contains the specified ExObjObject.

Syntax
C#
VB
C++
public virtual bool Contains( 
   ExObjObject item 
) 
Public Overridable Function Contains( 
   ByVal item As ExObjObject 
) As Boolean 
public:  
   virtual bool Contains( 
      ExObjObject^ item 
   ) 

Parameters

item

The object to locate.

Return Value

true if item is found; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.