System.Generics.Collections.THashSet.IsSupersetOf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsSupersetOf(const AOther: TEnumerable<T>): Boolean;

C++

bool __fastcall IsSupersetOf(TEnumerable__1<T>* const AOther);

Properties

Type Visibility Source Unit Parent
function public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections THashSet

Description

Embarcadero Technologies does not currently have any additional information.