Accusoft.PdfXpress7.Net
Contains Method (QuadrilateralCollection)




The object to search for in the collection.
Determines whether the specified Quadrilateral is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Quadrilateral _
) As Boolean
'Usage
 
Dim instance As QuadrilateralCollection
Dim value As Quadrilateral
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   Quadrilateral value
)
public: bool Contains( 
   Quadrilateral* value
) 
public:
bool Contains( 
   Quadrilateral^ value
) 

Parameters

value
The object to search for in the collection.

Return Value

true if the given Quadrilateral is in the collection; false otherwise.
Remarks

This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it will return true. If it cannot find a reference to it, this method will return false.

See Also

Reference

QuadrilateralCollection Class
QuadrilateralCollection Members
IndexOf Method

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback