Intersoft WebInput Documentation
Contains Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > LookUpCharCollection Class : Contains Method






value
The LookUpChar object to locate in the LookUpCharCollection.

Glossary Item Box

Determines whether the specified LookUpChar object is in the LookUpCharCollection.Determines whether the specified LookUpChar object is in the LookUpCharCollection.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Determines whether the specified LookUpChar object is in the LookUpCharCollection.")>
Public Function Contains( _
   ByVal value As LookUpChar _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As LookUpCharCollection
Dim value As LookUpChar
Dim value As System.Boolean
 
value = instance.Contains(value)
C# 
[System.ComponentModel.DescriptionAttribute("Determines whether the specified LookUpChar object is in the LookUpCharCollection.")]
public System.bool Contains( 
   LookUpChar value
)
Delphi 
public function Contains( 
    value: LookUpChar
): System.Boolean; 
JScript 
System.ComponentModel.DescriptionAttribute("Determines whether the specified LookUpChar object is in the LookUpCharCollection.")
public function Contains( 
   value : LookUpChar
) : System.boolean;
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Determines whether the specified LookUpChar object is in the LookUpCharCollection.")]
public: System.bool Contains( 
   LookUpChar* value
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Determines whether the specified LookUpChar object is in the LookUpCharCollection.")]
public:
System.bool Contains( 
   LookUpChar^ value
) 

Parameters

value
The LookUpChar object to locate in the LookUpCharCollection.

Return Value

true if value is found in the LookUpCharCollection; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.