System.Set.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool __fastcall operator ==(const Set& rhs) const

Properties

Type Visibility Source Unit Parent
function public sysset.h System Set


Description

Compares two Set objects for equality.

The operator == returns True if the two Set objects contain the same elements, False otherwise.