Click or drag to resize

BrushXEnvEquality Operator

Determines whether two BrushXEnv values 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 ==(
	BrushXEnv x,
	BrushXEnv y
)

Parameters

x  BrushXEnv
The first brush environment.
y  BrushXEnv
The second brush environment.

Return Value

Boolean
if both brush environments are equal; otherwise, .
See Also