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