PColor32Inequality Operator
Gets whether two
PColor32 structures are different.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.2
public static bool operator !=(
PColor32 left,
PColor32 right
)
Public Shared Operator <> (
left As PColor32,
right As PColor32
) As Boolean
public:
static bool operator !=(
PColor32 left,
PColor32 right
)
static let inline (<>)
left : PColor32 *
right : PColor32 : bool
- left PColor32
- The PColor32 instance that is to the left of the inequality operator.
- right PColor32
- The PColor32 instance that is to the right of the inequality operator.
Boolean if the two
PColor32 structures are different; otherwise,
.