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 inequality.

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