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