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