Click or drag to resize

FndReferenceMirrorColumnCollection.Contains Method

Determines whether the collection contains a specific value.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public bool Contains(
	FndReferenceMirrorColumn mirrorColumn
)

Parameters

mirrorColumn
Type: Ifs.Fnd.Data.FndReferenceMirrorColumn
The object to locate in the collection.

Return Value

Type: Boolean
true if the object is found in the collection; otherwise, false.
See Also