DataContains(String) Method

Checks if the list of field elements contains the indicated field.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public bool Contains(
	string field
)

Parameters

field  String
Name of the element to search.

Return Value

Boolean
if the list contains the searched element; otherwise, .

See Also