| IDataObjectContains Method  | 
 
            Gets a value indicating that data with the specified type is contained in the data object.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool Contains(
	string type
)
Function Contains ( 
	type As String
) As Boolean
abstract Contains : 
        type : string -> bool 
Parameters
- type
- Type: SystemString
 Type to test.
Return Value
Type: 
Booleantrue if the data object contains the specified type, 
false otherwise.
 See Also
See Also