CSize::operador ==
Verifica a igualdade entre dois tamanhos.
BOOL operator ==(
SIZE size
) const throw( );
Comentários
Retorna diferente de zero se os tamanhos forem iguais, otherwize 0.
Exemplo
CSize sz1(135, 135);
CSize sz2(135, 135);
ASSERT(sz1 == sz2);
Requisitos
Cabeçalho: atltypes.h