DataObjectContains 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 public bool Contains(
string type
)
Public Function Contains (
type As String
) As Boolean
abstract Contains :
type : string -> bool
override 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.
Implements
IDataObjectContains(String)See Also