DataId32ListTExists Method (T) |
Determines whether an element is in the list.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public bool Exists(
T item
)
Public Function Exists (
item As T
) As Boolean
public:
bool Exists(
T item
)
member Exists :
item : 'T -> bool
Parameters
- item
- Type: T
The object to locate in the list.
The value can be null.
Return Value
Type:
BooleanTrue if item is found in the list.
See Also