LongSerialNumbersTContains Method |
Tells if an item already has a serial number
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
bool Contains(
T item
)
member Contains :
item : 'T -> bool
Parameters
- item
- Type: T
the item
Return Value
Type:
Booleantrue if the item has previously been assigned a serial number; otherwise, false.
See Also