Color32Equality Operator
Gets whether two
Color32 structures are equal.
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 equality operator.
- right Color32
- The Color32 instance that is to the right of the equality operator.
Boolean if the two
Color32 structures are equal; otherwise,
.