System.Set.operator =
C++
Set& __fastcall operator =(const Set& rhs)
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | sysset.h | System | Set |
Description
Assigns the contents of rhs to Set object.
Use the = operator = to assign the contents of one Set object to another.