Click or drag to resize

BrushXEnvInequality Operator

Determines whether two BrushXEnv values are not 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 the brush environments are not equal; otherwise, .
See Also