PixelFormatInfoEquality Operator

Gets whether two PixelFormatInfo structures are equal.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static bool operator ==(
	PixelFormatInfo left,
	PixelFormatInfo right
)

Parameters

left  PixelFormatInfo
The PixelFormatInfo instance that is to the left of the equality operator.
right  PixelFormatInfo
The PixelFormatInfo instance that is to the right of the equality operator.

Return Value

Boolean
if the two PixelFormatInfo structures are equal; otherwise, .

See Also