Table of Contents

Operator operator ==

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

operator ==(ImageBitsFormat, ImageBitsFormat)

Tests whether two specified ImageBitsFormat structures are equivalent.

public static bool operator ==(ImageBitsFormat left, ImageBitsFormat right)

Parameters

left ImageBitsFormat

The ImageBitsFormat that is to the left of the equality operator.

right ImageBitsFormat

The ImageBitsFormat that is to the right of the equality operator.

Returns

bool

true if the two ImageBitsFormat structures are equal; otherwise, false.