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)
Syntaxpublic bool Contains(
FndReferenceMirrorColumn mirrorColumn
)
Parameters
- mirrorColumn
- Type: Ifs.Fnd.Data.FndReferenceMirrorColumn
The object to locate in the collection.
Return Value
Type:
Booleantrue if the object is found in the collection; otherwise, false.
See Also