nw::lyt::operator== Function
Syntax
bool operator==(
const Size & a,
const Size & b
);
Arguments
|
Name |
Description |
|
a |
Reference to the Size structure to be compared. |
|
b |
Reference to the Size structure to be compared. |
Return Values
If height and width are equal, the function returns TRUE. If they are unequal, returns FALSE.
Description
Determines whether two instances of Size are equivalent.
Revision History
- 2009/09/18
- Initial version.
CONFIDENTIAL