C++
bool __fastcall Contains(const T el) const
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
sysset.h |
System |
Set |
Description
Queries whether the Set contains a specific element.
Contains returns True if the Set object contains the element el that is of type T, False otherwise.