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