| PriorityQueueEContains Method |
Returns true if this queue contains an element.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool Contains(
E element
)
Public Function Contains (
element As E
) As Boolean
Parameters
- element
- Type: E
The element to be checked for containment in this queue.
Return Value
Type:
Booleantrue if this queue contains an element.
See Also