EntityBindingSourceContains Method

Determines whether the IList contains a specific value.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Contains(
	Object value
)

Parameters

value  Object
The Object to locate in the IList.

Return Value

Boolean
true if the Object is found in the IList; otherwise, false.

Implements

IListContains(Object)

See Also