System.Types.TSizeF.operator ==
C++
bool operator ==(const TSizeF& sf) const {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | SystemTypes.h | System.Types | TSizeF |
Description
Tests whether two TSizeF objects are equal.
It returns True if they are equal, and False, otherwise.
Two TSizeF objects are equal if they have the same widths and heights.