System.Types.TSize.operator ==

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool operator ==(const TSize& ts) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TSize

Description

Tests whether two TSize objects are equal.

It returns True if they are equal, and False otherwise.

Two TSize objects are equal if they have the same widths and heights.

See Also