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