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