System.Set.operator ==

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
function public sysset.h System Set


説明

2 つの Set オブジェクトが等しいかどうかを調べます。

== 演算子は,2 つの Set オブジェクトが同じ要素を持つ場合,true を返します。そうでない場合には,false を返します。