Tests whether two specified PixelFormat instances are equivalent.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static bool operator ==(
PixelFormat format1,
PixelFormat format2
)
Type: Aurigma.GraphicsMill.PixelFormat
The PixelFormat that is to the left of the equality operator.Type: Aurigma.GraphicsMill.PixelFormat
The PixelFormat that is to the right of the equality operator.