IconT.equal

Checks if two icons are equal.

template IconT(TStruct)
int
equal
(
IconIF icon2
)

Parameters

icon2 IconIF

pointer to the second GIcon. [allow-none]

Return Value

Type: int

TRUE if icon1 is equal to icon2. FALSE otherwise.

Meta