DataId32ListTContains Method (Int32) |
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 Contains(
int itemId
)
Public Function Contains (
itemId As Integer
) As Boolean
public:
bool Contains(
int itemId
)
member Contains :
itemId : int -> bool
Parameters
- itemId
- Type: SystemInt32
Id for the object to locate in the list.
Return Value
Type:
BooleanTrue if item is found in the list.
See Also