PixelFormatInfoInequality Operator
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
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 inequality operator.
- right PixelFormatInfo
- The PixelFormatInfo instance that is to the right of the inequality operator.
Boolean if the two
PixelFormatInfo structures are different; otherwise,
.