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