AtalaInt128CollectionIndexOf Method |
Searches for 'source' and returns the zero-based index of the first occurrence
within the entire CollectionBase.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int IndexOf(
AtalaInt128 source
)
Public Function IndexOf (
source As AtalaInt128
) As Integer
Parameters
- source
- Type: Atalasoft.ImagingAtalaInt128
given object of UuidBox
Return Value
Type:
Int32the zero-based index of the first occurrence
See Also