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