IContainerTContains Method |
Determines whether the container contains a specific element.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
SyntaxParameters
- item T
- The element to locate in the container.
Return Value
Boolean if the element is found; otherwise,
.
See Also