Queue: Contains |
Determines whether an element is in the Queue.
Public Function Contains( ByRef Value As Variant ) As Boolean
This method determines equality by calling Object.Equals.
This method performs a linear search; therefore, this method is an O(n) operation, where n is Count.