Click or drag to resize
LongSerialNumbersTContains Method
Tells if an item already has a serial number

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Contains(
	T item
)

Parameters

item
Type: T
the item

Return Value

Type: Boolean
true if the item has previously been assigned a serial number; otherwise, false.
See Also