System.Generics.Defaults.TEqualityComparison.Invoke
C++
virtual bool __fastcall Invoke(const T Left, const T Right) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Generics.Defaults.hpp | System.Generics.Defaults | TEqualityComparison |
説明
2 つのオブジェクトの比較を実行し、両者が等しい場合には true を、そうでなければ false を返します。