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