Determines whether an element is in the
StackT.
Namespace: System.Collections.GenericAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public bool Contains(
T p0
)
Parameters
- p0
- Type: T
The object to locate in the StackT. The value
can be null for reference types.
Return Value
Type:
Boolean
true if item is found in the
StackT; otherwise,
false.
See Also