←Select platform

Contains Method

Summary

Determines whether the ExObjSegmentList contains the specified ExObjSegment.

Syntax
C#
C++/CLI
Java
Python
public virtual bool Contains( 
   ExObjSegment item 
) 
public boolean contains( 
   java.lang.Object item 
); 
public:  
   virtual bool Contains( 
      ExObjSegment^ item 
   ) 
def Contains(self,item): 

Parameters

item

The object to locate.

Return Value

true if item is found; otherwise, false.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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