Queue.ContainsValue (METH)ΒΆ

METHOD ContainsValue : COLLECTION_ERROR

Checks if the collection contains the value of itfElement. This method calls ElementEquals of IElement to compare the element values.

InOut:

Scope

Name

Type

Comment

Return

ContainsValue

COLLECTION_ERROR

Input

itfElement

IElement

The element to check

Output

xResult

BOOL

True if the collection contains the value of itfElement