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