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