Click or drag to resize

BrushXEquality Operator

Determines whether two BrushX instances are equal.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator ==(
	BrushX? x,
	BrushX? y
)

Parameters

x  BrushX
The first brush.
y  BrushX
The second brush.

Return Value

Boolean
if both brushes are equal; otherwise, .
See Also