DataContains(Int32) Method
Checks if the list of field elements contains the indicated field.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public bool Contains(
int index
)
Public Function Contains (
index As Integer
) As Boolean
- index Int32
- Index of element to search.
Boolean if the list contains the searched element; otherwise,
.