System.Set.operator =

From RAD Studio API Documentation
Jump to: navigation, search

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.