PixelFormatInfoEquality Operator
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static bool operator ==(
PixelFormatInfo left,
PixelFormatInfo right
)
Public Shared Operator = (
left As PixelFormatInfo,
right As PixelFormatInfo
) As Boolean
public:
static bool operator ==(
PixelFormatInfo left,
PixelFormatInfo right
)
static let inline (=)
left : PixelFormatInfo *
right : PixelFormatInfo : bool
- 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.
Boolean if the two
PixelFormatInfo structures are equal; otherwise,
.