System.Types.TRect.operator ==
C++
bool operator ==(const TRect& rc) const {
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | SystemTypes.h | System.Types | TRect |
説明
一致確認のために、2 つの四角形を比較します。
operator == を使用すると、一致確認のために、2 つの四角形を比較することができます。
C++
bool operator ==(const TRect& rc) const {
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | SystemTypes.h | System.Types | TRect |
一致確認のために、2 つの四角形を比較します。
operator == を使用すると、一致確認のために、2 つの四角形を比較することができます。